]> granicus.if.org Git - apache/commitdiff
Update PROXY handling proposal and reset votes to NULL +druggeri
authorDaniel Ruggeri <druggeri@apache.org>
Sat, 1 Apr 2017 14:11:16 +0000 (14:11 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Sat, 1 Apr 2017 14:11:16 +0000 (14:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789803 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 36b4b508ede515387662659ed6d4697002908351..100572e82e21a6b45a33207e5ab1fae5bb322c2d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -182,6 +182,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1 covener, jim
 
+  *) mod_remoteip: Add PROXY protocol support
+     trunk patch: http://svn.apache.org/r1776575
+                  http://svn.apache.org/r1776578 (doc fix)
+                  http://svn.apache.org/r1776627 (shortened name + doc fix)
+                  http://svn.apache.org/r1776674 (attribution moved to CHANGES)
+                  http://svn.apache.org/r1776740 (attribution updated in mod_remotip.c)
+                  http://svn.apache.org/r1778268 (fix compiler warning)
+                  http://svn.apache.org/r1780725 (set buckets aside)
+                  http://svn.apache.org/r1781030 (fix strict GCC warning)
+                  http://svn.apache.org/r1781031 (reference the filter by handle)
+                  http://svn.apache.org/r1781701 (rework optional processing case)
+                  http://svn.apache.org/r1788674 (final edge cases/ignore slave conns)
+                  http://svn.apache.org/r1789800 (remove optional processing)
+     2.4 convenience patch (includes CHANGES):
+                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
+     +1: druggeri
+     -0.5: wrowe (Still reviewing support of unwise 'optional' schema vs. other
+                  possibile solves; questioning reading-but-ignoring PROXY
+                  protocol input, also seems unwise)
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entried should be added at the START of the list ]
@@ -207,25 +227,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
      -1: wrowe (Premature, waiting on github.com/google/brotli 0.6 release)
      NOTE: Awaiting next release post 0.5.2
 
-  *) mod_remoteip: Add PROXY protocol support
-     trunk patch: http://svn.apache.org/r1776575
-                  http://svn.apache.org/r1776578 (doc fix)
-                  http://svn.apache.org/r1776627 (shortened name + doc fix)
-                  http://svn.apache.org/r1776674 (attribution moved to CHANGES)
-                  http://svn.apache.org/r1776740 (attribution updated in mod_remotip.c)
-                  http://svn.apache.org/r1778268 (fix compiler warning)
-                  http://svn.apache.org/r1780725 (set buckets aside)
-                  http://svn.apache.org/r1781030 (fix strict GCC warning)
-                  http://svn.apache.org/r1781031 (reference the filter by handle)
-                  http://svn.apache.org/r1781701 (rework optional processing case)
-                  http://svn.apache.org/r1788674 (final edge cases/ignore slave conns)
-     2.4 convenience patch (includes CHANGES):
-                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
-     +1: druggeri, jim
-     -0.5: wrowe (Still reviewing support of unwise 'optional' schema vs. other
-                  possibile solves; questioning reading-but-ignoring PROXY
-                  protocol input, also seems unwise)
-
   *) mod_ssl: Return 502 instead of 500 when SSL peer check or 
      proxy_post_handshake hook fails. 
      Trunk patch: r1645529 (works)