You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2008/11/29 14:15:22 UTC

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

Author: covener
Date: Sat Nov 29 05:15:22 2008
New Revision: 721680

URL: http://svn.apache.org/viewvc?rev=721680&view=rev
Log:
propose a fix for mangling of error responses set by the filter chain

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=721680&r1=721679&r2=721680&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Nov 29 05:15:22 2008
@@ -158,6 +158,14 @@
           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