]> granicus.if.org Git - apache/commitdiff
* Add a proposal
authorRuediger Pluem <rpluem@apache.org>
Wed, 3 Feb 2016 19:45:47 +0000 (19:45 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 3 Feb 2016 19:45:47 +0000 (19:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1728354 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3e10863dc0ecc068195d74f87747a4952115274c..b20478c519f7fc1767ef3f772c45de2033719c1e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -207,7 +207,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch:  http://svn.apache.org/r1725445
      2.4.x patch:  trunk works
      +1: jailletc36, icing
-     
+
   *) When more than one module calls APACHE_CHECK_OPENSSL, MOD_LDFLAGS and MOD_CFLAGS 
      remain unset for second or later caller. Fix this by caching the values for 
      MOD_LDFLAGS and MOD_CFLAGS created during the first run and set them in the 
@@ -220,7 +220,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch:  http://svn.apache.org/r1726888
      2.4.x patch:  trunk works
      +1: mrumph, icing
-     
+
   *) core: introducing new hook "pre_close_connection" to give protocols other
      than http/1.1 a chance to send one last frame before close.
      Requires MMN bump
@@ -228,7 +228,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                    http://svn.apache.org/r1727573
      2.4.x patch:  trunk works (modulo CHANGES)
      +1: icing
-     
+
+  *) core: Prevent a server crash in case of an invalid CONNECT request with
+     a custom error page for status code 400 that uses server side includes.
+     PR 58929
+     Trunk version of patch:
+         http://svn.apache.org/r1727544
+     Backport version for 2.4.x of patch:
+         Trunk version of patch works modulo CHANGES
+     +1: rpluem,
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if