https://issues.apache.org/bugzilla/show_bug.cgi?id=41798
Wil Tan <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #6 from Wil Tan <[EMAIL PROTECTED]> 2008-03-31 15:24:47 PST ---
I have an instance of mod_proxy doing reverse proxying using the "nocanon"
parameter in the ProxyPass directive. The reason I needed this was that I'm
dealing with IRIs on the path, and mod_proxy was decoding the characters for
me.
In any case, I find that when "nocanon" is turned on, mod_proxy appends the
query twice and sent it to the target host, e.g.:
Original request:
http://mod-proxy-host.com/path?query
The target was sent:
http://localhost:8003/target?query?query
This seems to be due to r->unparsed_uri containing the original query, whereas
r->uri doesn't (and other parts of the code appends it to the target.)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]