https://issues.apache.org/bugzilla/show_bug.cgi?id=55669

--- Comment #10 from Yann Ylavic <[email protected]> ---
(In reply to Eric Covener from comment #9)
> > 
> > The insert_filter hook is run at the begining of ap_invoke_handler(), before
> > any error is set (either by the httpd or the backend).
> > 
> I think the old code only traps the error filter path
> 

The new code still does, though later.

> > This code makes no sense here, I think it should be moved to the output
> > filter itself, like in the attached patch.
> 
> I worry a bit about default behavior change on this one for backport,
> 304/301 for example

3xx are not caught by ap_is_HTTP_ERROR, only 4xx and 5xx.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to