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=8588>.
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=8588

Tomcat 4.0.3 directory redirection 302 returns wrong Location

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|Connector:Coyote HTTP/1.1   |Connector:HTTP/1.1
                   |                            |(deprecated)
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2002-04-29 07:10 -------
You are not using Coyote (I can tell because of the Server header).

Coyote uses the Host header to determine the server name (used in redirections)
and server port.
The old HTTP/1.1 connector should also have been fixed.

Example:
GET / HTTP/1.1
Host: foobar:4042

Response header:
HTTP/1.1 302 Moved Temporarily
Location: http://foobar:4042/index.jsp
...

*** This bug has been marked as a duplicate of 6668 ***

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to