From: Ruediger Pluem Date: Wed, 8 Mar 2023 09:55:07 +0000 (+0000) Subject: * Add CHANGES entry for r1907505 [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f895bbf8bd13e8b48c17de349d40c67c4a93e42;p=thirdparty%2Fapache%2Fhttpd.git * Add CHANGES entry for r1907505 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908186 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/mod_mime_nocanon.txt b/changes-entries/mod_mime_nocanon.txt new file mode 100644 index 00000000000..8ebf1a9b011 --- /dev/null +++ b/changes-entries/mod_mime_nocanon.txt @@ -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]