From: Jeff Trawick Date: Sat, 18 Sep 2004 00:44:52 +0000 (+0000) Subject: sync with APACHE_2_0_BRANCH X-Git-Tag: 2.1.1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550d5d22dae56d439d6284b2b118c73429c37b1b;p=thirdparty%2Fapache%2Fhttpd.git sync with APACHE_2_0_BRANCH git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105197 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a0e2201f770..bf7f22e3db7 100644 --- a/CHANGES +++ b/CHANGES @@ -22,10 +22,6 @@ Changes with Apache 2.1.0-dev *) mod_proxy: If a request has a blank body and has a 0 Content-Length headers, pass that to the proxy. [Justin Erenkrantz] - *) Fix the handling of URIs containing %2F when AllowEncodedSlashes - is enabled. Previously, such urls would still be rejected with - 404. [Jeff Trawick, Bill Stoddard] - *) mod_rewrite: Fix query string handling for proxied URLs. PR 14518. [michael teitler , Jan Kratochvil ] @@ -409,6 +405,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.52 + *) Fix the handling of URIs containing %2F when AllowEncodedSlashes + is enabled. Previously, such urls would still be rejected. + [Jeff Trawick, Bill Stoddard] + *) mod_mem_cache: Fixed race condition causing segfault because of memory being freed twice, or reused after being freed. [J. Clar, W. Stoddard, G. Ames]