You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2014/01/20 14:35:30 UTC

Re: [users@httpd] Issue with LimitRequestBody

On Mon, Jan 20, 2014 at 8:25 AM, Kalyana sundaram <ka...@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.