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

           Summary: make SavedRequest Serializable to allow proper handling
                    on clustered SSO
           Product: Tomcat 5
           Version: 5.5.9
          Platform: All
               URL: http://jira.jboss.com/jira/browse/JBCLUSTER-148
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: major
          Priority: P3
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


It's needed to make SavedRequest Serializable to allow the proper handling of
session replication in clustered enviroments where form-based authentication and
mod_jk is used.

mod_jk uses it's internal algorithm to switch between the different instances of
the session-replicated clustered environment (Jboss uses treecache for this) and
because SavedRequest is not replicated, as it is not Serializable, the login
process in a form-based authentication protected web application fails where the
node in which the login process has begun differs from the node where the
credentials are validated.

This bug report is related to a bug report/feature request available on jboss:
http://jira.jboss.com/jira/browse/JBCLUSTER-148 and it's discussion thread in
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89734

-- 
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