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=29554>. 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=29554 ProxyPass / ProxyPassReverse mishandles escaped characters : and / Summary: ProxyPass / ProxyPassReverse mishandles escaped characters : and / Product: Apache httpd-1.3 Version: 1.3.26 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I'm using a backend server behind a ProxyPass and a ProxyPassReverse. When the URL contains a %3A (encoded colon :) this %3A is passed to the backend as : instead of being kept as %3A, which yields an invalid URL and confuses the backend. When the URL contains a %2F (encoded slash /), mod_proxy becomes quite confused, and yields a 404 without even consulting the backend. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
