You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/02/18 21:02:30 UTC

DO NOT REPLY [Bug 15207] - mod_proxy alters URIs when acting as a reverse proxy

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=15207>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=15207


joshua.hirsh@partnersolutions.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joshua.hirsh@partnersolution
                   |                            |s.ca
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From joshua.hirsh@partnersolutions.ca  2005-02-18 21:02 -------
This bug still exists as of 2.0.53. The suggested patch in proxy_util.c from Zvi
Har'El, listed below, corrects the problem for me:

if (isenc == PROXYREQ_PROXY && ch == '%') {

To reproduce the bug, I setup a Reverse Proxy and use the following urls for
testing:

http://1.2.3.4/%		-Returns bad request
http://1.2.3.4/%25		-Works
http://1.2.3.4/proxy/%		-Returns bad request
http://1.2.3.4/proxy/%25	-Returns bad request

After the patch, the last example works properly.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org