]> granicus.if.org Git - apache/commitdiff
doh, forgot to add it here
authorKen Coar <coar@apache.org>
Mon, 27 Jan 2003 17:49:03 +0000 (17:49 +0000)
committerKen Coar <coar@apache.org>
Mon, 27 Jan 2003 17:49:03 +0000 (17:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98510 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8320cecd1b0ec3735e17b0ab12cb91858d6b447f..092569a03c6d7ab551dd6e0a0d4719cb375aeef3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Added AllowEncodedSlashes directive which permits request URIs
+     to encode '/' as '%2f' and pass it to scripts in path-info without
+     triggering the 'no encoded slashes anywhere' legacy rule.
+     PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639.  [Ken Coar]
+
   *) mod_file_cache: fixed a segfault when multiple MMapFile directives
      were used.  PR 16313.  [Cliff Woolley]