Re: [EMAIL PROTECTED] mod_proxy and unrequested URL-decoding

2007-10-16 Thread Robert Jaeschke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Nick, Nick Kew schrieb: >> Why does mod_proxy behave this way? Is there a way to change the >> behaviour? Do workarounds exist? > > http://issues.apache.org/bugzilla/show_bug.cgi?id=41798 > > Stay tuned. I've been fixing quite a lot of mod_pr

Re: [EMAIL PROTECTED] mod_proxy and unrequested URL-decoding

2007-10-15 Thread Nick Kew
On Fri, 12 Oct 2007 14:30:44 +0200 Robert Jaeschke <[EMAIL PROTECTED]> wrote: > Why does mod_proxy behave this way? Is there a way to change the > behaviour? Do workarounds exist? http://issues.apache.org/bugzilla/show_bug.cgi?id=41798 Stay tuned. I've been fixing quite a lot of mod_proxy bugs.

[EMAIL PROTECTED] mod_proxy and unrequested URL-decoding

2007-10-12 Thread Robert Jaeschke
Hello, I'll describe a small scenario to describe the problem: I added the following lines AllowEncodedSlashes On ProxyPass / http://127.0.0.1:12345/ ProxyPassReverse / http://127.0.0.1:12345/ to my httpd.conf, restarted Apache and started netcat -l -p 12345 and then wget http://localhos