On 01/08/2015 04:15 PM, Yann Ylavic wrote:
Can you test this (attached) patch please (without yours applied)?

Or with yours and just changing "return
ap_map_http_request_error(status, HTTP_BAD_REQUEST);" by "return
(status == AP_FILTER_ERROR) ? DONE : ap_map_http_request_error(status,
HTTP_BAD_REQUEST);"

Looks good. I tested both your patch and my modified one and now error response and access log entry are both OK.

Reply via email to