]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add CHANGES entry for r1907505 [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Wed, 8 Mar 2023 09:55:07 +0000 (09:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 8 Mar 2023 09:55:07 +0000 (09:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908186 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/mod_mime_nocanon.txt [new file with mode: 0644]

diff --git a/changes-entries/mod_mime_nocanon.txt b/changes-entries/mod_mime_nocanon.txt
new file mode 100644 (file)
index 0000000..8ebf1a9
--- /dev/null
@@ -0,0 +1,4 @@
+
+  *) mod_mime: Do not match the extention against possible query string
+     parameters in case ProxyPass was used with the nocanon option.
+     [Ruediger Pluem]