You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/11/01 19:33:46 UTC

DO NOT REPLY [Bug 14173] - tag library adds ;jsessionid even if the url is 'javascript:...'.

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 dmkarr@earthlink.net  2002-11-01 18:33 -------
That's curious.  Inside "RequestUtils.computeURL()", this functionality is
performed by "HttpServletResponse.encodeURL()".  So, apparently even if the URL
protocol is "javascript" (or even "mailto", I would guess), it's going to append
the session id if it's available.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>