DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28222>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28222 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-01 00:51 ------- This bug also affects web pages protected by the web.xml constraint: <security-constraint> . . . <user-data-constraint> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> </security-constraint> What happens is if the user access the page via an unsecure URL like: http://localhost:8080/MyAccount Tomcat will redirect to an SSL enable port if the redirectPort pramater is specified for the connector. In my case, the secure port where SSL is enabled is port 8443 The resulting req.getRequestURL() call returns: https://localhost:8080/MyAccount which is incorrect. Tomcat should have returned: https://localhost:8443/MyAccount -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]