Mailing List Archive

[Bug 65380] "Location" header not covered in ap_headers_error_filter
https://bz.apache.org/bugzilla/show_bug.cgi?id=65380

Ruediger Pluem <rpluem@apache.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
OS| |All

--- Comment #1 from Ruediger Pluem <rpluem@apache.org> ---
Does

Header <action> Location

work to adjust the Location header (note I removed always)?

--
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
[Bug 65380] "Location" header not covered in ap_headers_error_filter [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65380

--- Comment #2 from Ronnie Brunner <ronnie.brunner@netcetera.ch> ---
(In reply to Ruediger Pluem from comment #1)
> Does
>
> Header <action> Location
>
> work to adjust the Location header (note I removed always)?

It sometimes does :-). No seriously, you can set the Location header in your
config file (might even make sense in some rare cases) and you can then also
midify it. It also works if your App sets the Location, but returns a
successful HTTP code back (also rather rare ;-)...) but again: it oftne doesn't
work for exactly the reason that it is handeled as a special case by
http_protocol.c, which mod_headers doesn't respect.

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