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
+ <IfDefine foo> 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 ]
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.
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
- <IfDefine foo> 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