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=11124>. 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=11124 html:base does not render port [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2002-07-25 08:13 ------- My scenario: I have a filter installed, which can be configured just like you would configure security in web.xml. http is 80, https is 8443. I am also using tiles, BTW. I navigate to the index.jsp page, normal http, everything is fine. Now I request something like: http://www.server.com/context/secured/secured.jsp My filter recognizes, that this page is only reachable for authenticated users, so I am redirected to the login page, but it also knows, that login requires SSL, so redirects me with full url to: https://127.0.0.1:8443/myupc/login.jsp however, in the html:base tags I get: <base href="https://127.0.0.1/myupc/login.jsp"> which, of course means, that all my images are not being displayed correctly, and the form on the page is submitted to the wrong URL. Tibor ps.: I could send the whole war, if you would have a look... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>