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/12/08 02:20:27 UTC

DO NOT REPLY [Bug 14956] - adds jsessionid even when href specified

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=14956>.
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=14956

<bean:include> adds jsessionid even when href specified

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From craig.mcclanahan@sun.com  2002-12-08 01:20 -------
In current nightly builds of 1.1, the taglib docs for this tag say:

    If the current request is part of a session, the generated
    request for the include will also include the session
    identifier (and thus be part of the same session).

The actual implementation of <bean:include> relies on the
HttpServletResponse.encodeURL() method of the servlet container you are running
to  decide when the session id parameter needs to be added (which should only be
done if the generated request points at the current webapp) -- if this is being
done inappropriately, it's probably a container problem.

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