DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6498>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6498
URL Redirection is broken
pier@betaversion.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From pier@betaversion.org 2002-04-29 13:29 -------
That is correct. We should retrieve the server host name from the HTTP/
1.1 "Host" header, rather than the configured ServerName in httpd.conf.
Around line 309 of WarpRequestHandler.java we should parse (if
existing) the Host header, and calling the "setServerName()" and
"setServerPort()" accordingly, therefore overriding the defaults set up in
line 197.
(anyone wants to do it? :)
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|