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=14173>. 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=14173 <html:link> tag library adds ;jsessionid even if the url is 'javascript:...'. ------- Additional Comments From [EMAIL PROTECTED] 2002-11-04 15:56 ------- I'm sorry that I missed your point, David. And thank you so much. I've tested HttpServletResponse.encodeURL() method in Tomcat 4.0.4. It does differently from IBM WebSphere. Tomcat 4.0.4 doesn't encode javascript: URLs. In addition, Tomcat 4.0.4 doesn't encode normal urls (http: or https:) when client browser sends JSESSIONID cookie. IBM WebSphere alwasy encode every url, not considering if client browser sends JSESSIONID cookie or not. IMHO, HttpServletResponse.encodeURL() method is responsible for validating URLs. Tomcat is doing that. So I'm going to report this bug to IBM. :-) Thank you for your helps. -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>