]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote, promote, rejoice
authorNick Kew <niq@apache.org>
Mon, 23 Aug 2010 22:06:56 +0000 (22:06 +0000)
committerNick Kew <niq@apache.org>
Mon, 23 Aug 2010 22:06:56 +0000 (22:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988336 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1642becd22c53322e04ee499b3087abfdf396e5d..56c3f5ae8a501985faafac6a0886202bacd8b0db 100644 (file)
--- 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