From: Ruediger Pluem Date: Sun, 30 Nov 2008 12:02:34 +0000 (+0000) Subject: * Add a comment X-Git-Tag: 2.2.11~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e28a2c0381a73e810fcec7c8683c246104b430;p=thirdparty%2Fapache%2Fhttpd.git * Add a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@721803 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 52c0664d8ea..e9249a0a93c 100644 --- a/STATUS +++ b/STATUS @@ -126,6 +126,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: niq says: +1 to this because it fixes a bogus error message. But I don't see how this change passes AP_FILTER_ERROR anywhere as advertised above. + rpluem says: Sorry for being confused by your commit message. Is this + a full +1 that would enable us to backport or is this a + conditional one? + To answer your question: The patch causes ap_invoke_handler + to leave a status of AP_FILTER_ERROR as is and not to convert it + to HTTP_INTERNAL_SERVER_ERROR. So AP_FILTER_ERROR is passed on + to the code processing the status of ap_invoke_handler. PATCHES/ISSUES THAT ARE STALLED