]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote, promote, comment.
authorRuediger Pluem <rpluem@apache.org>
Sat, 15 Sep 2007 20:02:37 +0000 (20:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 15 Sep 2007 20:02:37 +0000 (20:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575966 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0f2303368d5dcd8ee4299244cda91bd9c607530b..32ff93c1fa7c5cbe5d9c8fdd99d98231a7361c3d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,21 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_proxy: Issue a warning when the same worker name is reused.
+      Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=421252
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: jim, niq, rpluem
+
+    * filters|proxy: Return METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE
+      request when TraceEnable is Off.  This agrees with our documentation,
+      and with our Allow: header in response to OPTIONS.
+      Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=507526
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: jim, niq, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -173,13 +188,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem
 
-    * mod_proxy: Issue a warning when the same worker name is reused.
-      Trunk version of patch:
-         http://svn.apache.org/viewvc?view=rev&revision=421252
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: jim, niq
-
     * mod_proxy: Enable retry=0 for the worker.
       Trunk version of patch:
          http://svn.apache.org/viewvc?view=rev&revision=451575
@@ -187,15 +195,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Backport version for 2.2.x of patch:
          Trunk version of patch works
       +1: jim, niq
-
-    * filters|proxy: Return METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE
-      request when TraceEnable is Off.  This agrees with our documentation,
-      and with our Allow: header in response to OPTIONS.
-      Trunk version of patch:
-         http://svn.apache.org/viewvc?view=rev&revision=507526
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: jim, niq
+      rpluem says: +1 in general, but I am missing a minor bump since we change
+      the proxy_worker struct.
 
 PATCHES/ISSUES THAT ARE STALLED