From e483692e1c990e50879f9b31b13faec330a0c152 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 30 Aug 2014 12:47:16 +0000 Subject: [PATCH] vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1621451 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 50 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/STATUS b/STATUS index d51a038bb9..6213e755d8 100644 --- a/STATUS +++ b/STATUS @@ -101,7 +101,31 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent + apr_bucket_delete(e) to reduce code verbosity + trunk patch: http://svn.apache.org/r1615026 + 2.4.x patch: trunk patch works + +1: jailletc36, ylavic, covener + + * mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" + hang until proxy timeout. PR53420 + Regression from 2.2. It was introduced by r912063 in order to fix PR41646. + trunk patch: http://svn.apache.org/r1615289 + http://svn.apache.org/r1620324 + 2.4.x patch: trunk works (modulo CHANGES) + +1: rjung, ylavic, covener + * mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the + application. PR 56858. + trunk patch: http://svn.apache.org/r1618401 + 2.4.x patch: trunk works modulo CHANGES + +1: trawick, ylavic, covener + + * core: Avoid useless warning message when parsing a section guarded by + if $(foo) is used within the section. PR56858 + trunk patch: http://svn.apache.org/r1618541 + 2.4.x patch: trunk patch works (modulo CHANGES) + +1: jailletc36, ylavic, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -210,20 +234,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works + CHANGES referencing 2.4.10 regression +1: covener - * Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent - apr_bucket_delete(e) to reduce code verbosity - trunk patch: http://svn.apache.org/r1615026 - 2.4.x patch: trunk patch works - +1: jailletc36, ylavic - - * mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" - hang until proxy timeout. PR53420 - Regression from 2.2. It was introduced by r912063 in order to fix PR41646. - trunk patch: http://svn.apache.org/r1615289 - http://svn.apache.org/r1620324 - 2.4.x patch: trunk works (modulo CHANGES) - +1: rjung, ylavic - * mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade failed) messages from ERROR to TRACE1. Other filters do not bother re-reporting failures from lower level filters. PR56832. @@ -231,18 +241,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1 covener, ylavic - * mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the - application. PR 56858. - trunk patch: http://svn.apache.org/r1618401 - 2.4.x patch: trunk works modulo CHANGES - +1: trawick, ylavic - - * core: Avoid useless warning message when parsing a section guarded by - if $(foo) is used within the section. PR56858 - trunk patch: http://svn.apache.org/r1618541 - 2.4.x patch: trunk patch works (modulo CHANGES) - +1: jailletc36, ylavic - * authz_core: Let providers defined with AuthzProviderAlias be useable in virtual hosts. PR56870 trunk patch: http://svn.apache.org/r1618851 -- 2.50.1