From: Jim Jagielski Date: Thu, 21 Feb 2008 17:42:33 +0000 (+0000) Subject: Backport proposals X-Git-Tag: 2.2.9~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ac44415b076ae7f7d32155ddc5a4a80f2a4273;p=thirdparty%2Fapache%2Fhttpd.git Backport proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@629885 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 37c32b79bed..9ed3bb96d61 100644 --- a/STATUS +++ b/STATUS @@ -159,6 +159,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version works (minus CHANGES conflict) +1: jim + * mod_substitute: Make default behavior flattening of buckets. Allow + for people to specifically set "quick" mode. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=627764 + http://svn.apache.org/viewvc?view=rev&revision=628864 + Backport version for 2.2.x of patch: + Trunk version works (minus CHANGES conflict) + +1: jim + + * http_filters: Don't return 100-continue on client error + PR 43711 + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=628644 + Backport version for 2.2.x of patch: + Trunk version works (minus CHANGES conflict) + +1: jim + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when