You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2010/08/24 00:06:56 UTC

svn commit: r988336 - /httpd/httpd/branches/2.2.x/STATUS

Author: niq
Date: Mon Aug 23 22:06:56 2010
New Revision: 988336

URL: http://svn.apache.org/viewvc?rev=988336&view=rev
Log:
vote, promote, rejoice

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=988336&r1=988335&r2=988336&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Aug 23 22:06:56 2010
@@ -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