Description
With this remap rule:
redirect http://foo.example.com/ \
http://foo.example.com/path
The server responds with a Location: header as expected, but also with an error template. (This is on 4.2.1-ish).
<HTML>
<HEAD>
<TITLE>Error</TITLE>
</HEAD>
<BODY BGCOLOR="white" FGCOLOR="black">
<H1>Error</H1>
<HR>
<FONT FACE="Helvetica,Arial"><B>
Description: Could not process this request.
</B></FONT>
<HR>
</BODY>
Attachments
Issue Links
- is related to
-
TS-1978 Segfault when trying to set an error from (remap) plugin
- Closed