Commit fdcd7241 authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Add a comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@721803 13f79535-47bb-0310-9956-ffa450edef68
parent a3977ee5
Loading
Loading
Loading
Loading
+7 −0
Changes for STATUS: 7 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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