From: Jim Jagielski Date: Tue, 7 Nov 2006 13:35:09 +0000 (+0000) Subject: Note 2 backports applied to 2.2.4-dev X-Git-Tag: 2.3.0~2033 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39f3c667cdca8274771e68a34577ca041a6d4908;p=apache Note 2 backports applied to 2.2.4-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@472105 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 39253810f9..08b24cefcd 100644 --- a/CHANGES +++ b/CHANGES @@ -106,10 +106,6 @@ Changes with Apache 2.3.0 now use ap_get_server_banner() or ap_get_server_description(). [Jeff Trawick] - *) mod_proxy_balancer: Extract stickysession routing information contained as - parameter in the URL correctly. PR 40400. - [Ruediger Pluem, Tomokazu Harada ] - *) mod_deflate: Rework inflate output and deflate output filter to fix several issues: Incorrect handling of flush buckets, potential memory leaks, excessive memory usage in inflate output filter for large compressed @@ -122,9 +118,6 @@ Changes with Apache 2.3.0 and format messages for both the console and the error log, as appropriate. [Chris Darroch] - *) mod_proxy: Don't try to use dead backend connection. PR 37770. - [Olivier BOEL ] - *) mod_proxy: don't URLencode tilde in path component [Stijn Hoop ] @@ -272,6 +265,13 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.4 + *) mod_proxy: Don't try to use dead backend connection. PR 37770. + [Olivier BOEL ] + + *) mod_proxy_balancer: Extract stickysession routing information contained as + parameter in the URL correctly. PR 40400. + [Ruediger Pluem, Tomokazu Harada ] + *) mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an authority component and an empty path, the empty path is to be equivalent to "/". It explicitly cites the following four URIs as equivalents: