PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * ab.c: Check for failure of apr_file_info_get call
+ [rpluem] Reported By: BOYA SUN <boya.sun case.edu>
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=656400
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: fielding, rpluem, jim
+
+ * mod_proxy: Fix a regression to 2.2.8!!! that is caused by backport
+ r657443. This regression causes blank pages to be displayed if the
+ backend connection is faulty and mod_deflate is in place.
+ More details see:
+ http://mail-archives.apache.org/mod_mbox/httpd-dev/200805.mbox/%3caafb0e350805231019tbd42c07ue7ef5fba6e46d366@mail.gmail.com%3e
+ PR 37770
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=660726&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem, fielding, jim
+
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
-1: niq - strcasecmp(NULL, ...) when secure is not set
rpluem: Good catch. Should be fixed by r660461.
- * ab.c: Check for failure of apr_file_info_get call
- [rpluem] Reported By: BOYA SUN <boya.sun case.edu>
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=656400
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: fielding, rpluem, jim
-
- * mod_proxy: Fix a regression to 2.2.8!!! that is caused by backport
- r657443. This regression causes blank pages to be displayed if the
- backend connection is faulty and mod_deflate is in place.
- More details see:
- http://mail-archives.apache.org/mod_mbox/httpd-dev/200805.mbox/%3caafb0e350805231019tbd42c07ue7ef5fba6e46d366@mail.gmail.com%3e
- PR 37770
- Trunk version of patch:
- http://svn.apache.org/viewvc?rev=660726&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, fielding, jim
-
PATCHES/ISSUES THAT ARE STALLED
* beos MPM: Create pmain pool and run modules' child_init hooks when