From: Rainer Jung Date: Sun, 22 May 2011 11:42:29 +0000 (+0000) Subject: Add proposal to fix t/modules/filter.t. X-Git-Tag: 2.2.20~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a51deb0206c8f4d0c1c85c4cdf60d13c3ea3d0;p=thirdparty%2Fapache%2Fhttpd.git Add proposal to fix t/modules/filter.t. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1125920 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 88116c50eae..c96476c83b2 100644 --- a/STATUS +++ b/STATUS @@ -106,6 +106,16 @@ 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 + PATCHES/ISSUES THAT ARE STALLED