From: Eric Covener Date: Sat, 29 Nov 2008 13:15:22 +0000 (+0000) Subject: propose a fix for mangling of error responses set by the filter chain X-Git-Tag: 2.2.11~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=382a7e4d402f8b2695bc510cfc798194918cca56;p=thirdparty%2Fapache%2Fhttpd.git propose a fix for mangling of error responses set by the filter chain git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@721680 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6aacc981e1d..180d325f1bf 100644 --- a/STATUS +++ b/STATUS @@ -158,6 +158,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: pquerna: Until issues for this feature are fixed in trunk, we can not backport it. + * core: Allow ap_invoke_handler to pass AP_FILTER_ERROR through as if it + were a reserved return code (OK/DECLINED) instead of converting it to + internal server error. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=721679&view=rev + Backport version for 2.2.x of updated patch: + http://people.apache.org/~covener/2.2.x-ap_filter_error.diff + +1: covener PATCHES/ISSUES THAT ARE STALLED