PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
- [ New proposals should be added at the end of the list ]
-
- *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
- allowing per backend TLS configuration.
- trunk patch: http://svn.apache.org/r1740928
- http://svn.apache.org/r1740960
- http://svn.apache.org/r1740967
- http://svn.apache.org/r1740987
- http://svn.apache.org/r1740998
- http://svn.apache.org/r1742697
- http://svn.apache.org/r1756976
- 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co.patch
- +1: ylavic
-
- *) event: close a race condition where we might re-enable listeners while they
- are already or about to be closed.
- trunk patch: http://svn.apache.org/r1774541
- 2.4.x patch: trunk works
- +1: ylavic, jim
-
*) mod_proxy_express.c: Silence compiler warning
"111: warning: 'backend' may be used uninitialized in this function"
trunk patch: http://svn.apache.org/r1741570
2.4.x patch: trunk works
- +1: rjung, jim
+ +1: rjung, jim, ylavic
*) mod_ssl: Silence compiler warning
"686: warning: 'ok' may be used uninitialized in
have set "ok".
trunk patch: http://svn.apache.org/r1775173
2.4.x patch: trunk works
- +1: rjung, jim
+ +1: rjung, jim, ylavic
*) core: remove isascci check before narrower checks in vhost checking
trunk patch: http://svn.apache.org/r1775199
http://svn.apache.org/r1775664
2.4.x patch: trunk works + CHANGES
- +1: covener, jim
+ +1: covener, jim, ylavic
*) mod_http: Optimize bad headers handling workflow
Trunk version of patch:
http://svn.apache.org/r1775195
Backport version for 2.4.x of patch:
Trunk version of patch works
- +1: rpluem, jim
+ +1: rpluem, jim, ylavic
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+ [ New proposals should be added at the end of the list ]
+
+ *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
+ allowing per backend TLS configuration.
+ trunk patch: http://svn.apache.org/r1740928
+ http://svn.apache.org/r1740960
+ http://svn.apache.org/r1740967
+ http://svn.apache.org/r1740987
+ http://svn.apache.org/r1740998
+ http://svn.apache.org/r1742697
+ http://svn.apache.org/r1756976
+ 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co.patch
+ +1: ylavic
+
+ *) event: close a race condition where we might re-enable listeners while they
+ are already or about to be closed.
+ trunk patch: http://svn.apache.org/r1774541
+ 2.4.x patch: trunk works
+ +1: ylavic, jim
*) util_fcgi: Fix crash with empty-valued envvars. PR60275
trunk patch: http://svn.apache.org/r1775487.
*) ext_filter: Don't eat error buckets. PR60375
trunk patch: http://svn.apache.org/r1775770
2.4 patch: trunk works
- +1 covener
+ +1: covener, ylavic
*) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established
backend connection, happening with LogLevel trace2 or higher configured,