From: Nick Kew Date: Mon, 23 Aug 2010 22:06:56 +0000 (+0000) Subject: vote, promote, rejoice X-Git-Tag: 2.2.17~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba22850e70c10cc13a6346fa3ac807b2b9ce3d7c;p=thirdparty%2Fapache%2Fhttpd.git vote, promote, rejoice git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988336 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1642becd22c..56c3f5ae8a5 100644 --- a/STATUS +++ b/STATUS @@ -97,6 +97,27 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~sf/log_cookie_28037.diff +1: sf, jim, rpluem + * 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. + Furthermore adjust the output filter chain correctly in an internal + redirect from a subrequest, preserving filters from the main request as + necessary. + PR 17629, PR 43939 + Hint: Both PR need all revisions applied neither can be fixed by a subset + of the revisions below. + Trunk version of patch: + http://svn.apache.org/viewcvs.cgi?rev=620133&view=rev + http://svn.apache.org/viewcvs.cgi?rev=724515&view=rev + http://svn.apache.org/viewcvs.cgi?rev=724805&view=rev + http://svn.apache.org/viewcvs.cgi?rev=725077&view=rev + http://svn.apache.org/viewcvs.cgi?rev=952828&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + For convenience (CHANGES might need some addition): + http://people.apache.org/~rjung/patches/pr17629-2_2_x.patch + +1: rpluem, jim, niq + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -185,27 +206,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: (newly updated to fold in r966059) +1: niq, rpluem - * 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. - Furthermore adjust the output filter chain correctly in an internal - redirect from a subrequest, preserving filters from the main request as - necessary. - PR 17629, PR 43939 - Hint: Both PR need all revisions applied neither can be fixed by a subset - of the revisions below. - Trunk version of patch: - http://svn.apache.org/viewcvs.cgi?rev=620133&view=rev - http://svn.apache.org/viewcvs.cgi?rev=724515&view=rev - http://svn.apache.org/viewcvs.cgi?rev=724805&view=rev - http://svn.apache.org/viewcvs.cgi?rev=725077&view=rev - http://svn.apache.org/viewcvs.cgi?rev=952828&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - For convenience (CHANGES might need some addition): - http://people.apache.org/~rjung/patches/pr17629-2_2_x.patch - +1: rpluem, jim - * Core: fix symlinks ownership tests PR 36783 Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=632947