From: Ken Coar Date: Mon, 27 Jan 2003 17:49:03 +0000 (+0000) Subject: doh, forgot to add it here X-Git-Tag: pre_ajp_proxy~2208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e207b051d896ff26708f134311a8273f0d18f4b7;p=apache doh, forgot to add it here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98510 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8320cecd1b..092569a03c 100644 --- 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]