Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0002639 |
[Resin] |
minor |
always |
04-29-08 17:56 |
05-12-08 14:43 |
|
Reporter |
remilon |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
3.1.7 |
Product Version |
3.1.5 |
|
Product Build |
|
|
Summary |
0002639: Allow host rewriting to be disabled in HttpProxyServlet |
Description |
We are attempting to use HttpProxyServlet to send traffic to a legacy backend server. This server uses virtual hosting, so traffic going to it must have a Host header sent in the request.
We set up the HttpProxyServlet to send traffic like the example in the documentation. However, whatever host or ip address is set in the <init host="blah"/> tag is the one that will be sent in the request to the backend server; the Host from the original request is rewritten. It would be great to be able to turn this off and pass the Host header from the original request unmolested. |
Steps To Reproduce |
|
Additional Information |
|
|
Attached Files |
|
|