Commit af739e40 authored by Joe Orton's avatar Joe Orton
Browse files

Add two backport proposals.

wrowe's +1 for C-L filter rewrite per msgid <CACsi252gUT1n_mzgwUVathOwYbidDzET7bTXR_KycobyLBWKAQ@mail.gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1811539 13f79535-47bb-0310-9956-ffa450edef68
parent 52061838
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -142,6 +142,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

  *) mod_rewrite: Add support for running external mapping programs
     as non-root user.
     trunk patch: https://svn.apache.org/r1664565
     2.4.x patch: trunk works modulo docs, CHANGES
     +1: jorton,

  *) core: Rewrite Content-Length filter to avoid arbitrary memory
     consumption for streaming responses (e.g. large CGI scripts)
     trunk patch: https://svn.apache.org/r1808230
     2.4.x patch: trunk works
     +1: jorton, wrowe, 

  *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
     allowing per backend TLS configuration.
     trunk patch: http://svn.apache.org/r1740928