Commit 96c12ab1 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Wondering why the obstruction?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1783271 13f79535-47bb-0310-9956-ffa450edef68
parent 28d0499c
Loading
Loading
Loading
Loading
+23 −18
Original line number Diff line number Diff line
@@ -153,24 +153,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4 patch: trunk works (modulo CHANGES)
     +1: elukey, 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)
     2.4 convenience patch (includes CHANGES):
                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
     +1: druggeri, jim
     -1: wrowe (as noted on list, not limiting to inbound primary pre_conn
                scope correctly; lots of redundant code happpening per-request
                for a per-connection behavior. Investigating further.)

  *) mod_brotli: Backport of mod_brotli filter
     trunk patch: http://svn.apache.org/r1761714
                  http://svn.apache.org/r1762512
@@ -180,6 +162,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://home.apache.org/~jim/patches/brotli-2.4.patch
     +1: jim, jorton,
     -1: wrowe (Premature, waiting on github.com/google/brotli stable release)
         jim asks: How long do you propose we wait on this?? Not sure why
                   this is handled differently than OpenSSL 0.9.7 and APR
                   0.9 was... What is wrong with releasing this with
                   the caveat that it is dependent on a "still-in-work"
                   library??
     jailletc36: doc should also be back-ported (r1779091 + r1779699)

  *) mod_ssl: work around leaks on (graceful) restart.
@@ -220,6 +207,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
PATCHES/ISSUES THAT ARE BEING WORKED
  [ New entried should be added at the START of the list ]

  *) 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)
     2.4 convenience patch (includes CHANGES):
                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
     +1: druggeri, jim
     -1: wrowe (as noted on list, not limiting to inbound primary pre_conn
                scope correctly; lots of redundant code happpening per-request
                for a per-connection behavior. Investigating further.)

  *) mod_ssl: Return 502 instead of 500 when SSL peer check or 
     proxy_post_handshake hook fails. 
     Trunk patch: r1645529 (works)