You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/07/19 23:40:49 UTC

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

Author: sf
Date: Tue Jul 19 21:40:49 2011
New Revision: 1148554

URL: http://svn.apache.org/viewvc?rev=1148554&view=rev
Log:
vote+promote

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=1148554&r1=1148553&r2=1148554&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Jul 19 21:40:49 2011
@@ -92,6 +92,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_filter: FilterProvider conditions of type "resp=" (response headers)
+    do not work for CGI, because headers_out are not populated. We need to use
+    err_headers_out instead in this case. In trunk this is handled by ap_expr().
+    Joe recently added fall back to err_headers_out to ap_expr and the proposed
+    mod_filter patch is analogous to Joe's fix.
+    The patch fixes the test suite failure for t/modules/filter.t.
+    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1090234
+    2.2.x patch: http://people.apache.org/~rjung/patches/mod_filter-cgi-err_headers_out.patch
+    +1: rjung, jorton, sf
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -106,16 +115,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     trawick: any reason it shouldn't be completely aligned with default_handler's
              choice to return OK vs. 500?
 
-  * mod_filter: FilterProvider conditions of type "resp=" (response headers)
-    do not work for CGI, because headers_out are not populated. We need to use
-    err_headers_out instead in this case. In trunk this is handled by ap_expr().
-    Joe recently added fall back to err_headers_out to ap_expr and the proposed
-    mod_filter patch is analogous to Joe's fix.
-    The patch fixes the test suite failure for t/modules/filter.t.
-    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1090234
-    2.2.x patch: http://people.apache.org/~rjung/patches/mod_filter-cgi-err_headers_out.patch
-    +1: rjung, jorton, 
-
   * Sort hooks before running pre-config hook.
     Trunk patch: http://svn.apache.org/viewvc?rev=1032002&view=rev
       (Omit trunk's config*m4 change which adjusted the order of statically