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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to