]> granicus.if.org Git - apache/commitdiff
Add two backport proposals.
authorJoe Orton <jorton@apache.org>
Mon, 9 Oct 2017 08:45:36 +0000 (08:45 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 9 Oct 2017 08:45:36 +0000 (08:45 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index 0119654b26ef745f76b2d1eaf638316e3637f27b..a4fc5542296e567ea9524ce1c1f31b328ccf6ac2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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