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

            Bug ID: 56823
           Summary: returning 200 status when ap_get_brigade failed
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_ajp
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 31884
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31884&action=edit
patch for httpd 2.4.10

When ap_get_brigade failed ,return value of ap_proxy_ajp_request was not set.
(return default value 0 and write access log with status 200).

I checked mod_proxy_http, when ap_get_brigade failed, return value was set to
HTTP_BAD_REQUEST and write access log with status 400.

This patch is set return value of ap_proxy_ajp_request to HTTP_BAD_REQUEST
when ap_get_brigate failed.

See also.
http://mail-archives.apache.org/mod_mbox/httpd-users/201407.mbox/browser
[users@httpd] 200 OK for a network error?

-- 
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