]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1893016 from trunk:
authorYann Ylavic <ylavic@apache.org>
Wed, 8 Sep 2021 08:27:47 +0000 (08:27 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 8 Sep 2021 08:27:47 +0000 (08:27 +0000)
commit4c1ed8e820638411ad536d82e8ef4a23af09c510
treeedfa443d479530df495c0848ed4e5af737651b2b
parent486d1bbd51680206adf8ca9b2ba925d58b005fc5
Merge r1893016 from trunk:

mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv On.

If nocanon is set, we should match the unparsed_uri against the interpolated
alias (not the ProxyPass'ed one) when verifying the resulting length. Otherwise
we falsely restore the canonicalized URL in case of mismatch.  PR 65549.

Submitted by: Joel Self <joelself gmail.com>
Reviewed by: ylavic, covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893111 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/proxy_nocanon_interpolate.txt [new file with mode: 0644]
modules/proxy/mod_proxy.c