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=43972>.
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=43972

           Summary: mod_proxy does not handel semicolon in URL correct
           Product: Apache httpd-2
           Version: 2.2.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Apache configured as a reverse Proxy-Server does not handel URL-Requests with
a semicolon correct.

http://localhost/Test;.doc

Webbrowser -> Apache
Url is encoded as "Test%3b.doc"

Apache Reverse-Proxy -> Backendserver
URL is not encoded: "Test;.doc"

As mentioned in Bug #41798 the URL-Encoding in mod_proxy has a general
problem. This seems to be fiexed for "/" but is not fixed for a ";".

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to