From: Graham Leggett Date: Thu, 12 Oct 2006 23:20:47 +0000 (+0000) Subject: This stuff has been backported. X-Git-Tag: 2.3.0~2069 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e07da2ce58a6155950fccf4c9ef60857bb210d2;p=thirdparty%2Fapache%2Fhttpd.git This stuff has been backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463509 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 78de045d28c..47211f7db03 100644 --- a/CHANGES +++ b/CHANGES @@ -50,24 +50,6 @@ Changes with Apache 2.3.0 *) mod_mem_cache: Memory leak fix: Unconditionally free the buffer. [Davi Arnaut ] - *) 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: - http://example.com - http://example.com/ - http://example.com:/ - http://example.com:80/ - [Davi Arnaut ] - - *) mod_cache: Don't cache requests with a expires date in the past; - otherwise mod_cache will always try to cache the URL. This bug - might lead to numerous rename() errors on win32 if the URL was - previously cached. [Davi Arnaut ] - - *) mod_disk_cache: Make sure that only positive integers are accepted - for the CacheMaxFileSize and CacheMinFileSize parameters in the - config file. PR39380 [Niklas Edmundsson ] - *) mod_proxy_balancer: Set the new environment variable BALANCER_ROUTE_CHANGED if a worker with a route different from the one supplied by the client had been chosen or if the client supplied no routing information for @@ -250,6 +232,24 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.4 + *) 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: + http://example.com + http://example.com/ + http://example.com:/ + http://example.com:80/ + [Davi Arnaut ] + + *) mod_cache: Don't cache requests with a expires date in the past; + otherwise mod_cache will always try to cache the URL. This bug + might lead to numerous rename() errors on win32 if the URL was + previously cached. [Davi Arnaut ] + + *) mod_disk_cache: Make sure that only positive integers are accepted + for the CacheMaxFileSize and CacheMinFileSize parameters in the + config file. PR39380 [Niklas Edmundsson ] + *) core: Deal with the widespread use of apr_status_t return values as HTTP status codes, as documented in PR#31759 (a bug shared by the default handler, mod_cgi, mod_cgid, mod_proxy, and probably