]> granicus.if.org Git - apache/commitdiff
Vote and promote
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 4 May 2013 13:00:41 +0000 (13:00 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 4 May 2013 13:00:41 +0000 (13:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1479094 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dcd59300e4ca38eeb94f62116a6a85c0bf4b2760..23474227b770bc7f8117532ccdeefc2bd95bb3f1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -91,6 +91,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
 
+    * core: Improve error message where client's request-line exceeds LimitRequestLine
+      PR 54384
+      trunk patch: http://svn.apache.org/r1433613
+      2.4.x patch: trunk patch applies
+      +1: minfrin, jim, jailletc36
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -237,12 +243,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://people.apache.org/~minfrin/httpd-event-ssl.patch
       +1: minfrin, jim
 
-    * core: Improve error message where client's request-line exceeds LimitRequestLine
-      PR 54384
-      trunk patch: http://svn.apache.org/r1433613
-      2.4.x patch: trunk patch applies
-      +1: minfrin, jim
-
     * mod_dav: Improve error handling in dav_method_put(), add new
       dav_join_error() function.  PR 54145.
       trunk patch: http://svn.apache.org/r1464241
@@ -252,7 +252,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     * event MPM: Provide error handling for ThreadStackSize. PR 54311
       trunk patch: http://svn.apache.org/r1433682
       2.4.x patch: http://people.apache.org/~minfrin/httpd-event-ThreadStackSize-error.patch
-      +1: minfrin
+      +1: minfrin, jailletc36
+      note jailletc36: see Graham's comment in:
+      http://mail-archives.apache.org/mod_mbox/httpd-dev/201301.mbox/%3C8FBE7DC2-E5E0-4CA7-AF28-D69E9137DCE1@sharp.fm%3E
 
     * mod_cache: Invalidate cached entities in response to RFC2616 Section
       13.10 Invalidation After Updates or Deletions. PR 15868