]> granicus.if.org Git - apache/commitdiff
Elevate to patch for consideration
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 May 2016 16:32:42 +0000 (16:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 May 2016 16:32:42 +0000 (16:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742142 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c252bbd89d4eb28790ea48a437331eb025052758..c8d63ee3d65e79195292a649b2b225706bd909d3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -185,6 +185,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310-1741461.patch
      +1: wrowe, ylavic
 
+   * Guard against premature invocation of ap_get_useragent_host()
+     when the read_request hook has not satisfied r->useragent_addr;
+     trunk patch: http://svn.apache.org/r1742135
+     2.4.x patch: trunk works
+     +1: wrowe 
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if
@@ -243,12 +249,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
      2.4.x patch: trunk works
      +1: jorton, 
 
-   * Guard against premature invocation of ap_get_useragent_host()
-     when the read_request hook has not satisfied r->useragent_addr;
-     trunk patch: http://svn.apache.org/r1742135
-     2.4.x patch: trunk works
-     +1: wrowe 
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * core: Add ap_errorlog_provider to make ErrorLog logging modular. This