On Mon, Jan 20, 2014 at 8:25 AM, Kalyana sundaram <kalyan...@gmail.com> wrote:
> access_status is -3 and r->status is 413. But I am not getting why in
> ap_process_request r->status is set to HTTP_OK before calling ap_die. This
> seems like causing the issue
>

-3 is AP_FILTER_ERROR (in 2.2.x).  That makes sense for the limit
request body trigger which happens in a filter.

That single line is the entirety of what was changed for this
recursive errordoc issue:
https://issues.apache.org/bugzilla/show_bug.cgi?id=36090

Maybe this patch was incomplete or did as much harm as good where a
more elaborate fix to ap_die was needed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to