From cba4fe268b2dad9c5ecfcffa345e066ce3207978 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Mon, 27 Jan 2003 17:49:03 +0000 Subject: [PATCH] doh, forgot to add it here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98510 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) 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] -- 2.40.0