]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* In the reverse proxy case r->filename might contain a query string if
authorRuediger Pluem <rpluem@apache.org>
Tue, 7 Feb 2023 14:20:37 +0000 (14:20 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 7 Feb 2023 14:20:37 +0000 (14:20 +0000)
commitc23375e9455ed158f3e032477db9da41c5e5f04a
tree49036cfe2fb43ceb41fc25e500f2670ffe0e258d
parent16f6da48a25231f22228b47a42d21bf6e1a8c481
* In the reverse proxy case r->filename might contain a query string if
  the nocanon option was used with ProxyPass.
  If this is the case cut off the query string as the last parameter in
  this query string might end up on an extension we take care about, but
  we only want to match against path components not against query
  parameters.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907505 13f79535-47bb-0310-9956-ffa450edef68
modules/http/mod_mime.c