]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move those with at least 3 +1s up as approved
authorJim Jagielski <jim@apache.org>
Fri, 29 Sep 2006 13:38:31 +0000 (13:38 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 29 Sep 2006 13:38:31 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@451286 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a0c4beaf57f0a1fd7992551dddbe90ad95d79932..4169bc0c8c29138a7cbc6a199c2ed6e54b30b23e 100644 (file)
--- 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