From: Ruediger Pluem Date: Sat, 13 Sep 2008 20:49:23 +0000 (+0000) Subject: * Add some proposals X-Git-Tag: 2.2.10~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ac4739b002f6b168c9a25763b22ac20ef112f4;p=thirdparty%2Fapache%2Fhttpd.git * Add some proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@695029 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e1d8d64b88f..66072f05ad0 100644 --- a/STATUS +++ b/STATUS @@ -228,6 +228,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patches works +1: gregames, rpluem + * mod_substitute: Allow empty substitute patterns (to remove data from the + stream), but disallow empty search patterns. + Trunk version of patches: + http://svn.apache.org/viewvc?rev=693727&view=rev + http://svn.apache.org/viewvc?rev=693728&view=rev + Backport version for 2.2.x of patch: + Trunk version of patches works + +1: rpluem + + * mod_proxy_ajp: If CPING fails retry once more with a fresh TCP connection. + If this fails as well give up. + Trunk version of patches: + http://svn.apache.org/viewvc?rev=693392&view=rev + Backport version for 2.2.x of patch: + Trunk version of patches works + +1: rpluem + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when