From: Jim Jagielski Date: Fri, 29 Sep 2006 13:37:33 +0000 (+0000) Subject: Cast some vote... those with 3 +1s to be moved up X-Git-Tag: 2.2.4~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b748b8bc58e5122505f0ac713c4248d7395fb6a;p=thirdparty%2Fapache%2Fhttpd.git Cast some vote... those with 3 +1s to be moved up with next commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@451285 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0df5643e5be..a0c4beaf57f 100644 --- a/STATUS +++ b/STATUS @@ -183,7 +183,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: code from http://svn.apache.org/viewvc?view=rev&revision=421686 (proxy_interpolatem, proxy_vars) which does not belong to the pingpong patch. - * full server version information in the error log at startup as well as server * mod_proxy_balancer: Extract stickysession routing information contained as parameter in the URL correctly. PR: 40400 @@ -191,7 +190,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&rev=440160 2.2.x version of patch: Trunk version works - +1: rpluem + +1: rpluem, jim * Allow htcacheclean and httxt2dbm to link apr/apr-util statically like the older support programs. @@ -218,14 +217,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: config file. PR39380 Trunk: http://svn.apache.org/viewvc?view=rev&revision=450042 2.2.x: http://people.apache.org/~minfrin/mod_disk_cache-lfsconfig-2.2.patch - +1: minfrin + +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 + +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 @@ -235,11 +234,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://example.com:/ http://example.com:80/ Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063 - +1: minfrin, rpluem + +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 + +1: minfrin, jim * mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions by creating a root pool for object persistence across requests. This