You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2006/02/28 06:39:18 UTC

svn commit: r381572 - /httpd/httpd/branches/2.2.x/STATUS

Author: jerenkrantz
Date: Mon Feb 27 21:39:16 2006
New Revision: 381572

URL: http://svn.apache.org/viewcvs?rev=381572&view=rev
Log:
Cast some votes and remove my showstopper (which can be mitigated through
other means)...

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=381572&r1=381571&r2=381572&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Feb 27 21:39:16 2006
@@ -72,19 +72,6 @@
 
    * Awaiting next apr-util release to address licensing concerns.
 
-   * Proxy does not allow any more connections to a server when a server
-     is unavailable temporarily.
-     Message-ID: <31...@st-augustin.local>
-     Justin says: Yes, it's not a regression; but doing a release without
-                  this fixed is pretty stupid.
-     Ruediger says: It would be nice to make the worker retry a configurable
-                    number of times, but as this problem can be mitigated by
-                    setting Retry to 1 for this worker I do not regard this
-                    as a showstopper. Furthermore I am open to change the
-                    default value for retry (PROXY_WORKER_DEFAULT_RETRY) from
-                    60 secs to 1 sec.
-
-
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
@@ -96,6 +83,23 @@
       -0: niq: Please explain why return value of ap_pass_brigade is
                put into a variable and immediately discarded.
 
+    * mod_proxy_ajp: Fix PR38340 (mod_proxy_ajp does not support common
+      headers (0xA0??))
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=371013&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem, wrowe, jerenkrantz
+
+    * core: Fix PR38123 (Invalid Expect header not immediately rejected)
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=370172&view=rev
+         http://svn.apache.org/viewcvs.cgi?rev=371132&view=rev
+      Backport version for 2.2.x of patch:
+         http://issues.apache.org/bugzilla/attachment.cgi?id=17481
+      +1: rpluem, niq, jerenkrantz
+      NOTE: this also supersedes previous fix to PR#37790
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * mod_dbd: When threaded, create a private pool in child_init
@@ -142,7 +146,7 @@
                    would suggest to restart the voting.
 
       http://people.apache.org/~rpluem/patches/partial_2.2.diff
-      +1: jim, rpluem
+      +1: jim, rpluem, jerenkrantz
 
     * Fix mis-shifted 32 bit scope, masked to 64 bits as a method.
         URL: http://svn.apache.org/viewcvs?rev=358040&view=rev
@@ -153,31 +157,14 @@
 +        if (! (reqs[x].method_mask & (AP_METHOD_BIT << m))) {
       +1: wrowe  (for flavor requested by jorton)
 
-    * mod_proxy_ajp: Fix PR38340 (mod_proxy_ajp does not support common
-      headers (0xA0??))
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=371013&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: rpluem, wrowe
-
-    * core: Fix PR38123 (Invalid Expect header not immediately rejected)
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=370172&view=rev
-         http://svn.apache.org/viewcvs.cgi?rev=371132&view=rev
-      Backport version for 2.2.x of patch:
-         http://issues.apache.org/bugzilla/attachment.cgi?id=17481
-      +1: rpluem, niq
-      NOTE: this also supersedes previous fix to PR#37790
-
     * mod_speling: Don't crash if r->filename unset.
       Trunk version of patch, which applies fine:
         http://svn.apache.org/viewcvs?rev=373519&view=rev
-      +1: trawick
+      +1: trawick, jerenkrantz
 
     * core: Fix up botched status lines (mismatch with r->status or
       just badly formatted)
       Trunk version of patch, which applies fine:
         http://svn.apache.org/viewcvs?rev=379562&view=rev
-      +1: trawick
+      +1: trawick, jerenkrantz