summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]
-