-1: rpluem: jorton found some problems with the trunk version and they
should be fixed / discussed in trunk before we backport.
+ * mod_proxy_http: Do not close the connection to the client if the reading
+ of a response from the backend failed due to a timeout.
+ [Adam Woodworth <mirkperl gmail.com>]
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=697362&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem, jim
+
+PATCHES/ISSUES THAT ARE STALLED
+
* core, authn/z: Avoid calling access control hooks for internal requests
with configurations which match those of initial request. Revert to
original behaviour (call access control hooks for internal requests
+1: chrisd
-0: jim (would prefer to see in 2.4, and to push 2.4 out)
- * mod_proxy_http: Do not close the connection to the client if the reading
- of a response from the backend failed due to a timeout.
- [Adam Woodworth <mirkperl gmail.com>]
- Trunk version of patch:
- http://svn.apache.org/viewvc?rev=697362&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, jim
-
-PATCHES/ISSUES THAT ARE STALLED
* beos MPM: Create pmain pool and run modules' child_init hooks when
entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().