On Sat, 31 May 2008 19:16:35 -0700
"Jacob Mathew" <[EMAIL PROTECTED]> wrote:

> Yes the ProxyHTMLExtended directive can, but the ProxyHTMLURLMap
> directive can't. I think I said as much in the line "The solution
> proffered seem to be to use ProxyHTMLExtended and identify the URL
> using regular expressions. "
> 
> My concern is that it is using brute force regular expression
> matching, which I am anxious about doing in a high visibility website.
> 
> I was looking to see if this was being done regularly and if I am
> being overly paranoid, or if my concern is valid.

Brute-force regexps is exactly what any of the non-markup-aware
filters (mod_line_edit, mod_substitute, or mod_sed) give you.

The difference is that mod_proxy_html restricts that approach
to the embedded scripts/stylesheets, while the non-markup-aware
filters apply it to the entire documents.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to