]> granicus.if.org Git - apache/commitdiff
Vote for mod_proxy fix.
authorMike Rumph <mrumph@apache.org>
Mon, 17 Feb 2014 20:42:15 +0000 (20:42 +0000)
committerMike Rumph <mrumph@apache.org>
Mon, 17 Feb 2014 20:42:15 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1569108 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9b076a10c81164194c1b866849785070ee4c1b3e..2f7828a111791a5ed9c395dc6d419c018afebea4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_proxy: Use consistent canon formats for http, ajp and fcgi (if provided
+    port is the default port, don't add to canon URI). Ensures that ajp and
+    fcgi uses the defined workers and not the default generic reverse proxy
+    worker.
+    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1542562
+    2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch
+    +1: jim, druggeri, mrumph
+  
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -114,20 +122,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              without mod_request and mod_session present would cause the very
              same failure. Would a warning in the release notes be good enough?
 
-  * mod_proxy: Use consistent canon formats for http, ajp and fcgi (if provided
-    port is the default port, don't add to canon URI). Ensures that ajp and
-    fcgi uses the defined workers and not the default generic reverse proxy
-    worker.
-    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1542562
-    2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch
-    +1: jim, druggeri
-  
   * prefork: PR: 54852. Only use a dummy_connection for idle processes
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379
     2.4.x patch: trunk patch works mod CHANGES
     +1: jim, covener
 
-
   * FreeBSD: Disable IPv4-mapped listening sockets by default for versions
     5+ instead of just for FreeBSD 5. PR 53824.
     trunk patch: http://svn.apache.org/r1551685