From: Yann Ylavic Date: Fri, 31 Mar 2023 15:09:04 +0000 (+0000) Subject: Sync CHANGES. X-Git-Tag: 2.4.57-rc1-candidate~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118222d7f5f5176fbf6d6f06e96c849c98482d66;p=thirdparty%2Fapache%2Fhttpd.git Sync CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908866 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f4b84dcbdc4..b0e8b117327 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.57 + *) mod_proxy: Check before forwarding that a nocanon path has not been + rewritten with spaces during processing. [Yann Ylavic] + *) mod_proxy: In case that AllowEncodedSlashes is set to NoDecode do not double encode encoded slashes in the URL sent by the reverse proxy to the backend. [Ruediger Pluem] diff --git a/changes-entries/proxy_check_path.txt b/changes-entries/proxy_check_path.txt deleted file mode 100644 index f753e3a6bd3..00000000000 --- a/changes-entries/proxy_check_path.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_proxy: Check before forwarding that a nocanon path has not been - rewritten with spaces during processing. [Yann Ylavic] -