From: Jim Jagielski Date: Fri, 29 Sep 2006 13:38:31 +0000 (+0000) Subject: Move those with at least 3 +1s up as approved X-Git-Tag: 2.2.4~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cb2878a3ae94471a189b1ed72a23f6b9fd74e2;p=thirdparty%2Fapache%2Fhttpd.git Move those with at least 3 +1s up as approved git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@451286 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a0c4beaf57f..4169bc0c8c2 100644 --- a/STATUS +++ b/STATUS @@ -107,6 +107,23 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=448711 +1: niq, minfrin, rpluem + * 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. + Trunk: http://svn.apache.org/viewvc?view=rev&revision=450055 + +1: minfrin, rpluem, jim + + * 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/ + Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063 + +1: minfrin, rpluem, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mpm_winnt: Fix return values from wait_for_many_objects. @@ -219,23 +236,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x: http://people.apache.org/~minfrin/mod_disk_cache-lfsconfig-2.2.patch +1: minfrin, jim - * 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. - Trunk: http://svn.apache.org/viewvc?view=rev&revision=450055 - +1: minfrin, rpluem, jim - - * 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/ - Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063 - +1: minfrin, rpluem, jim - * mod_mem_cache: Memory leak fix: Unconditionally free the buffer. Trunk: http://svn.apache.org/viewvc?view=rev&revision=450070 +1: minfrin, jim