https://issues.apache.org/bugzilla/show_bug.cgi?id=55106
Bug ID: 55106
Summary: ProxyErrorOverride considers response codes >= 400 to
be errors
Product: Apache httpd-2
Version: 2.2.24
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_http
Assignee: [email protected]
Reporter: [email protected]
With Apache httpd acting as a reverse proxy to a Tomcat based Java application
e.g. Atlassian JIRA, AJAX calls to the application expect to get the body of
responses with status code 400 for displaying errors to the user.
If ProxyErrorOverride is enabled, which is desirable to provide user-firendly
5xx responses, then the body for responses with the 400 response code is
overridden.
One possible solution to this would be to allow ProxyErrorOverride to take a
range of response-codes that the proxy is to override.
This relates to: PR 39245
And the range idea was first mentioned here:
http://mail-archives.apache.org/mod_mbox/httpd-dev/200704.mbox/%[email protected]%3E
--
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]