summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-31 15:09:04 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-31 15:09:04 +0000
commit118222d7f5f5176fbf6d6f06e96c849c98482d66 (patch)
tree271cacf57baff713cec79745bef554e0731c8c75
parentfd92481223a0d213f1dc2f96745f495efcf33eca (diff)
downloadhttpd-118222d7f5f5176fbf6d6f06e96c849c98482d66.tar.gz
Sync CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908866 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--changes-entries/proxy_check_path.txt3
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f4b84dcbdc..b0e8b11732 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 f753e3a6bd..0000000000
--- 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]
-