You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2016/02/03 20:45:47 UTC

svn commit: r1728354 - /httpd/httpd/branches/2.4.x/STATUS

Author: rpluem
Date: Wed Feb  3 19:45:47 2016
New Revision: 1728354

URL: http://svn.apache.org/viewvc?rev=1728354&view=rev
Log:
* Add a proposal

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1728354&r1=1728353&r2=1728354&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Feb  3 19:45:47 2016
@@ -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