You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Nick Kew <ni...@webthing.com> on 2006/09/13 01:28:21 UTC

Re:[Bug 31759] - default handler returns output filter apr_status_t value

On 12 Sep 2006, at 22:27, bugzilla@apache.org wrote:

>
> ------- Additional Comments From jrhett@svcolo.com  2006-09-12  
> 21:27 -------
> The PUT handler is a small 10 line script.  It absolutely doesn't  
> return a code
> 70007 or anything other than 0 no matter how it finishes.
>
> This is not resolved nor fixed.

The bug is fixed, because it refers explicitly to the default handler.

However, mod_cgi at line 840 and mod_cgid at line 1390 have the same  
issue
when the input filters return an error.  I think the easy fix is to  
return 500 there,
unless we can blame the client and return 400.

-- 
Nick Kew