]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make update-changes
authorEric Covener <covener@apache.org>
Sun, 19 Mar 2023 21:36:45 +0000 (21:36 +0000)
committerEric Covener <covener@apache.org>
Sun, 19 Mar 2023 21:36:45 +0000 (21:36 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908541 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/mapping_encode.txt [deleted file]
changes-entries/mod_mime_nocanon.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index a4a26fdb44371e8f818f27bf11f535d7b68ecafa..ce06f24e2276ed52fc23dd5ccedc7ad8df000187 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.57
 
+  *) mod_proxy: Fix double encoding of the uri-path of the request forwarded
+     to the origin server, when using mapping=encoded|servlet.  [Yann Ylavic]
+
+  *) mod_mime: Do not match the extention against possible query string
+     parameters in case ProxyPass was used with the nocanon option.
+     [Ruediger Pluem]
+
 Changes with Apache 2.4.56
 
   *) SECURITY: CVE-2023-27522: Apache HTTP Server: mod_proxy_uwsgi
diff --git a/changes-entries/mapping_encode.txt b/changes-entries/mapping_encode.txt
deleted file mode 100644 (file)
index fc7e6e5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy: Fix double encoding of the uri-path of the request forwarded
-     to the origin server, when using mapping=encoded|servlet.  [Yann Ylavic]
diff --git a/changes-entries/mod_mime_nocanon.txt b/changes-entries/mod_mime_nocanon.txt
deleted file mode 100644 (file)
index 8ebf1a9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-
-  *) mod_mime: Do not match the extention against possible query string
-     parameters in case ProxyPass was used with the nocanon option.
-     [Ruediger Pluem]