You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/02/12 12:59:38 UTC

DO NOT REPLY [Bug 47106] Proxying of ErrorDocument path overwrites HTTP Status

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

--- Comment #1 from Graham Leggett <mi...@sharp.fm> 2010-02-12 11:59:36 UTC ---
Comparing the default_handler to the proxy_handler, the default_handler is
respecting and not touching the r->status == 404 that is passed into the
subrequest.

In contrast in the proxy, proxy_run_scheme_handler() stomps on r->status,
replacing the 404 with the 200 it got from the backend.

Looks like the fix is to teach mod_proxy not to do that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org