DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33776>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33776

           Summary: crosscontext include and forward do not honor session
                    manager on the target context
           Product: Tomcat 5
           Version: 5.0.30
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


hi,

ApplicationHttpRequest class instantiates local sessions using
getManager().createEmptySession() call. getManager().createEmptySession() method
is not overriden by Filip's session managers and it would always create
StandardSession instance. An adverse effect of this is broken cluster in case of
cross-context forwards and includes.

To fix the problem I used Manager.createSession() call instead of
Manager.createEmptySession() in ApplicationHttpRequest.java line 504. 

hope this helps.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to