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/04/30 00:30:28 UTC

DO NOT REPLY [Bug 34688] New: - 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=34688>.
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=34688

           Summary: mod_proxy alters URIs when acting as a reverse proxy
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ocapache@simplexity.net


This bug also appears in apache-2.0 (see bug report #15207).

The impact is that URLs containing escaped characters are not passed correctly
when using ProxyPass.  For example, a percent sign encoded in the URL ("%25")
will produce a bad request error.  To recreate the problem setup a ProxyPass
directive e.g.

ServerName www.example.com
ProxyPass /test http://inner.example.com

Now open: http://www.example.com/test/test%25

The result is: "Bad Request - Your browser sent a request that this server could
not understand.".

-- 
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