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=15104>. 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=15104 sendRedirect() does not write the port on the redirect url Summary: sendRedirect() does not write the port on the redirect url Product: Tomcat 4 Version: 4.1.12 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I make a response.sendRedirect("/file.jsp") using tomcat 4.1.12, on port 8080, I get a redirection but to http://host/file.jsp, but it should be http://host:8080/file.jsp. If I were on another server port it should change the redirection port to the server port that I am using .. This problem is not shown if you use the browser as client and the server has the keep connections alive activated, because it does not create a new connection because it reuses the created connection. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>