Re: [PATCH] Addition Of http-proxy-port-exceptions
Jonathan Houser <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Stipe,
> Consider it done. I just have to figure out how you guys do regex
> in your code, config, etc. One question, does the regex option allow
> multiple searches the same way the existing http-proxy-exceptions does?
> (Ie. am I doing a single regex or a regex against a List of search
> strings?)
Never mind. I see in the docs that you're suggesting using the |
(or) syntax. If there's a lot of matches it makes for messy strings,
but I know how I'm to implement it now. Thanks. :P
Jon