https://issues.apache.org/bugzilla/show_bug.cgi?id=55315
--- Comment #2 from Mike Rumph <[email protected]> --- Created attachment 30727 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30727&action=edit A quick patch to allow mod_proxy interpolation characters through URI parsing This bug is described as a regression in Apache httpd 2.2.25. But it is actually a regression in Apache APR-util 1.5.2. The regression occurs as result of the fix for APR-util bug 52479. The apr_uri_parse function in apr-util/uri/apr_uri.c was no longer allowing the mod_proxy interpolation characters to pass through unaltered. I have attached a patch that allows the characters to pass through clean. The listed directives will now work as the reporter expected. -- 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]
