From: Ruediger Pluem Date: Wed, 3 Feb 2016 19:45:47 +0000 (+0000) Subject: * Add a proposal X-Git-Tag: 2.4.19~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ef5fbddf4fbf101f73a4555c457fb3e99765f80;p=apache * Add a proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1728354 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3e10863dc0..b20478c519 100644 --- 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