]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a fix for mangling of error responses set by the filter chain
authorEric Covener <covener@apache.org>
Sat, 29 Nov 2008 13:15:22 +0000 (13:15 +0000)
committerEric Covener <covener@apache.org>
Sat, 29 Nov 2008 13:15:22 +0000 (13:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@721680 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6aacc981e1d247a1960f21f73b755f418938207f..180d325f1bf0fd4a2fb94a01dd3f991b9ab06e1a 100644 (file)
--- 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