From: Ken Coar Date: Mon, 27 Jan 2003 17:49:03 +0000 (+0000) Subject: doh, forgot to add it here X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba4fe268b2dad9c5ecfcffa345e066ce3207978;p=thirdparty%2Fapache%2Fhttpd.git 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 8320cecd1b0..092569a03c6 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]