summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2011-03-16 17:45:25 +0100
committerDaniel Earl Poirier <poirier@apache.org>2011-03-16 17:45:25 +0100
commitfdaaf209c5cfb8ef0c8b3a173b9c3d1f053279dd (patch)
treeea15830024362cfaa325a76d5020954bb6e8fe5b /CHANGES
parent* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Compare SNI (diff)
downloadapache2-fdaaf209c5cfb8ef0c8b3a173b9c3d1f053279dd.tar.xz
apache2-fdaaf209c5cfb8ef0c8b3a173b9c3d1f053279dd.zip
core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
in request URL path info but not decode them. Change behavior of option "On" to decode the encoded slashes as 2.0 and 2.2 do. PR 35256, PR 46830. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082196 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fdc20dcf09..20807cd370 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@
Changes with Apache 2.3.12
+ *) core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
+ in request URL path info but not decode them. Change behavior of option
+ "On" to decode the encoded slashes as 2.0 and 2.2 do. PR 35256,
+ PR 46830. [Dan Poirier]
+
*) mod_ssl: Check SNI hostname against Host header case-insensitively.
PR 49491. [Mayank Agrawal <magrawal.08 gmail.com>]