You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2006/01/13 14:08:36 UTC

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

Author: niq
Date: Fri Jan 13 05:08:33 2006
New Revision: 368703

URL: http://svn.apache.org/viewcvs?rev=368703&view=rev
Log:
Votes, and promote fixes with 3 * +1

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=368703&r1=368702&r2=368703&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jan 13 05:08:33 2006
@@ -99,13 +99,23 @@
       Message-ID: <43...@web.turner.com>
       +1: jerenkrantz, jim, wrowe
 
+    * proxy_util: Fix case where a shared keepalive connection results in
+      different (and incorrect) workers from being accessed.
+      http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=356030&view=diff&r1=356030&r2=332306
+      +1: jim, rpluem, mturk
+
+    * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror
+      because it resets backend->hostname to NULL.
+      http://svn.apache.org/viewcvs.cgi?rev=366279&view=rev
+      +1: rpluem, mturk, niq
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * mod_proxy: Fix Cookie2 header problems that originates back
       from mod_jk. Cookie2 was always sent as Cookie.
       http://svn.apache.org/viewcvs.cgi?rev=358769&view=rev
-      +1: mturk
+      +1: mturk, niq
 
     * mod_dbd: When threaded, create a private pool in child_init
       so we're not using the process pool later.  Also improve
@@ -149,11 +159,6 @@
                    As it is fundamentally different from the first approach I
                    would suggest to restart the voting.
 
-    * proxy_util: Fix case where a shared keepalive connection results in
-      different (and incorrect) workers from being accessed.
-      http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=356030&view=diff&r1=356030&r2=332306
-      +1: jim, rpluem, mturk
-
     * mod_ssl: Fix PR37791 (CVEID: CAN-2005-3357) (SEGV if the client is
       connection plain to a SSL enabled port)
       Trunk version of patch:
@@ -169,11 +174,6 @@
     * Fix mis-shifted 32 bit scope, masked to 64 bits as a method.
         URL: http://svn.apache.org/viewcvs?rev=358040&view=rev
       +1: wrowe, mturk
-
-    * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror
-      because it resets backend->hostname to NULL.
-      http://svn.apache.org/viewcvs.cgi?rev=366279&view=rev
-      +1: rpluem, mturk
 
     * mod_cache: Fix PR38017 (mod_cache not working in reverse proxy setup?)
       Trunk version of patch: