From: Paul Querna Date: Wed, 21 Jul 2010 18:06:21 +0000 (+0000) Subject: Vote late, vote quickly. X-Git-Tag: 2.2.16~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39911966e7b93d71230bb18e1ad3eb0613f26748;p=thirdparty%2Fapache%2Fhttpd.git Vote late, vote quickly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@966338 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 26bb3da2d32..ef1cfa684d2 100644 --- a/STATUS +++ b/STATUS @@ -86,6 +86,14 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * core: Filter init functions are now run strictly once per request + before handler invocation. The init functions are no longer run + for connection filters. PR 49328. + Trunk version of patch: + http://svn.apache.org/viewcvs.cgi?rev=953311&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, pquerna PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -179,15 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: (newly updated to fold in r966059) +1: niq - * core: Filter init functions are now run strictly once per request - before handler invocation. The init functions are no longer run - for connection filters. PR 49328. - Trunk version of patch: - http://svn.apache.org/viewcvs.cgi?rev=953311&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim - * core: Pass the output filter information to newly created sub requests; as these are later on used as true requests with an internal redirect. This allows for mod_cache et.al. to trap the results of the redirect.