On Sat, 2007-06-09 at 23:15 +0200, Remy Maucherat wrote:
> Mark Thomas wrote:
> > If we re-encoded the uri before sending it to Tomcat that would meet
> > all of the above requirements wouldn't it?
> 
> I don't see how reencoding the URI would be possible: it will mess up 
> character encoding, and may not correspond to the original URI.
> 
> How does it work in mod_proxy ?

Mod_proxy uses ap_proxy_canonenc to reencode the URL.
For example:
 /myapp/%25%25%25toto%25.gif -> /myapp/%%%toto%.txt (by mod_write) ->
myapp/%25%25%25toto%25.txt (by ap_proxy_canonenc).

Cheers

Jean-Frederic

> 
> Rémy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to