[ start all new proposals below, under PATCHES PROPOSED. ]
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-
* ab: Two minor fixes for PRs
* 42070: sign mismatch in format string causes high server listening port
numbers to be reported incorrectly. Subversion r526584
+1: sctemme, rpluem, jim
+ * support/htdbm.c: Enable crypt() support on platforms with crypt() but not
+ <crypt.h>, such as z/OS.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=526892
+ 2.2.x version of patch:
+ Trunk version works
+ +1: trawick, rpluem, jim
+
+ * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. Only
+ processing of error responses (4xx, 5xx) will be altered. PR
+ 39245.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=527969
+ 2.2.x version of patch:
+ Trunk version works
+ +1: trawick, rpluem, jim
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+
* mod_proxy_ajp: Fix wrong retry when sending the response failed.
PR 40310 (The old fix wasn't ok).
Trunk version of patch:
http://svn.apache.org/viewvc?rev=499567&view=rev
+1: niq, rpluem
- * support/htdbm.c: Enable crypt() support on platforms with crypt() but not
- <crypt.h>, such as z/OS.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=526892
- 2.2.x version of patch:
- Trunk version works
- +1: trawick, rpluem, jim
-
- * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. Only
- processing of error responses (4xx, 5xx) will be altered. PR
- 39245.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=527969
- 2.2.x version of patch:
- Trunk version works
- +1: trawick, rpluem, jim
-
* mod_cache: Correctly cache and recall entities whose request URL's
are url-escaped.
PR: 41475