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-01 18:59 ------- Note that in my reply, I wasn't disagreeing with your statement of the problem, I was just stating what the current code is doing. The current behavior is obviously wrong, I'm just not sure which code is at fault. I'm surprised that "HttpServletResponse.encodeURL()" did what it did, for a URL using a protocol that clearly can't use that information. Assuming a change to the Servlet specification and implementation is not forthcoming, it might be worth considering changing "RequestUtils.computeURL()" to only make that call if the protocol is "http" or "https". Are there any others that it would be valid to add the session id for? Does "HSR.encodeURL()" do anything else besides adding the session id that "javascript" and others like it would still need? -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>