]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote, promote and comment
authorRuediger Pluem <rpluem@apache.org>
Thu, 19 Jul 2007 10:18:54 +0000 (10:18 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 19 Jul 2007 10:18:54 +0000 (10:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557555 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 55fc71b6673d42c50436f4acfaafdf8a6df1ef28..2964e3691a415ab67e722140d09cfa18215c8387 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -77,15 +77,26 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_proxy: Allow to use different values for sessionid
+      in url encoded id and cookies. (PR 41897)
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&rev=550519
+        http://svn.apache.org/viewvc?view=rev&rev=551099
+        http://svn.apache.org/viewvc?view=rev&rev=551126
+        http://svn.apache.org/viewvc?view=rev&rev=551935
+        http://svn.apache.org/viewvc?view=rev&rev=554892
+      2.2.x version of patch:
+        http://issues.apache.org/bugzilla/attachment.cgi?id=20480
+      +1: jfclere, mturk, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-    
+
     * mod_proxy: Fix the 503 returned when session route does
       not match any of the balancer members.
       Trunk version of patch:
         http://svn.apache.org/viewvc?view=rev&revision=556931
-      +1: mturk
-      
+      +1: mturk, rpluem
+
     * ApacheMonitor: Fix Windows Vista detection.
       http://svn.apache.org/viewvc?view=rev&revision=536052
       http://svn.apache.org/viewvc?view=rev&revision=556879
@@ -234,6 +245,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch:
         http://svn.apache.org/viewvc?view=rev&rev=549420
       +1: jfclere, mturk
+      -0.5: rpluem says: As said in
+       http://mail-archives.apache.org/mod_mbox/httpd-dev/200706.mbox/%3c46828E5A.50606@apache.org%3e
+       I would prefer creating the brigade used in ap_proxygetline outside of
+       the loop and pass it to ap_proxygetline for each call. Only do an
+       apr_brigade_cleanup inside of ap_proxygetline then. Furthermore the
+       check for a buffer overflow a few lines later is not correct any more
+       (now an error (APR_ENOSPC) is returned instead).
 
     * netware build system: various changes
       fixes to generated conf files
@@ -255,18 +273,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewvc?view=rev&revision=551424
       +1: fuankg
 
-    * mod_proxy: Allow to use different values for sessionid
-      in url encoded id and cookies. (PR 41897)
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&rev=550519
-        http://svn.apache.org/viewvc?view=rev&rev=551099
-        http://svn.apache.org/viewvc?view=rev&rev=551126
-        http://svn.apache.org/viewvc?view=rev&rev=551935
-        http://svn.apache.org/viewvc?view=rev&rev=554892
-      2.2.x version of patch:
-        http://issues.apache.org/bugzilla/attachment.cgi?id=20480
-      +1: jfclere, mturk
-
     * mod_ldap: Change an enumeration to an int where data
       is passed back into the LDAP SDK by reference
       Trunk version of patch: