]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Interpolation worked within the scheme portion of URLs for
authorJeff Trawick <trawick@apache.org>
Wed, 16 Oct 2013 17:11:29 +0000 (17:11 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 16 Oct 2013 17:11:29 +0000 (17:11 +0000)
commit7a98556738975d3c8e95051e046f309dc88e8910
treed859a44ac090880ba9a8702eac9287ce51fbace5
parent9261d84ff91b99ffdc6818ed57219dd8160487e9
Interpolation worked within the scheme portion of URLs for
ProxyPass and ProxyPassReverse until a fix to apr_uri_parse()
in APR-Util 1.5.2 closed the hole that had previously allowed
the necessary {} characters within the scheme.

Lack of support for interpolation within the scheme will be a
permanent limitation.

The mod_proxy documentation is updated to provide an alternate
configuration solution.

PR: 55315
Submitted by: Mike Rumph <mike.rumph oracle.com>
Tweaked by: trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532816 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_proxy.xml