a body to the 302 response and a wrong Content-Length header.
PR: 22951
Submitted by: Ermanno Scaglione <scaglione ..at.. starnetone.de>
Reviewed by: Blaise Tarr <blaise.tarr .. at .. cnet.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102069
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attaches
+ a body to the 302 response and a wrong Content-Length header.
+ PR: 22951 [Ermanno Scaglione scaglione ..at.. starnetone.de]
+
*) Bring ErrorHeader concept forward from 1.3, so that response
header fields can be set for return even on errors or external
redirects. [Ken Coar]
* if we are overriding the errors, we can't put the content
* of the page into the brigade
*/
- if ( (conf->error_override ==0) || r->status < 400 ) {
+ if ( (conf->error_override ==0) || r->status < 300 ) {
/* read the body, pass it to the output filters */
int finish = FALSE;