From: Rainer Jung Date: Tue, 19 Jan 2016 13:42:03 +0000 (+0000) Subject: Promote. X-Git-Tag: 2.4.19~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ea2888a33b94b03a2915b77dd59682740e86cc6;p=apache Promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1725518 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index df420f319a..0f9de59d08 100644 --- a/STATUS +++ b/STATUS @@ -112,6 +112,28 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_rewrite: Avoid looping on relative substitutions that + result in the same filename we started with. + PR 58854. + trunk patch: http://svn.apache.org/r1724656 + 2.4.x: trunk works + +1 covener, jim, rjung + + *) mod_cgid: drop severity of flush error message to match + core output filter. + trunk patch: http://svn.apache.org/r1724847 + 2.4.x: trunk works. + +1 covener, jim, rjung + rjung: you might also want to add r1725516 (removing + APLOGNO, now that the log level is TRACE1) + + *) mod_proxy_fcgi: Suppress HTTP error 503 and message 01075, + "Error dispatching request", when the cause appears to be + the client closing the connection. PR58118 + trunk patch: http://svn.apache.org/r1724857 + 2.4.x patch: trunk works + +1 covener, jim, rjung + PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -182,28 +204,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~ylavic/httpd-2.4.x-ssl_io_filter_coalesce.patch +1: ylavic - *) mod_rewrite: Avoid looping on relative substitutions that - result in the same filename we started with. - PR 58854. - trunk patch: http://svn.apache.org/r1724656 - 2.4.x: trunk works - +1 covener, jim, rjung - - *) mod_cgid: drop severity of flush error message to match - core output filter. - trunk patch: http://svn.apache.org/r1724847 - 2.4.x: trunk works. - +1 covener, jim, rjung - rjung: you might also want to add r1725516 (removing - APLOGNO, now that the log level is TRACE1) - - *) mod_proxy_fcgi: Suppress HTTP error 503 and message 01075, - "Error dispatching request", when the cause appears to be - the client closing the connection. PR58118 - trunk patch: http://svn.apache.org/r1724857 - 2.4.x patch: trunk works - +1 covener, jim, rjung - *) core: Add expr= support to SetHandler (someone wanted this in a well-articulated serverfault post). trunk patch: http://svn.apache.org/r1725149