[jboss-jira] [JBoss JIRA] Created: (JBCLUSTER-148) Include Tomcat's SavedRequest object into the replication process in a Jboss-Tomcat clustered environment to allow proper Single Sign On capabilities
Alberto Rodriguez (JIRA)
jira-events at jboss.com
Mon Sep 11 03:56:43 EDT 2006
Include Tomcat's SavedRequest object into the replication process in a Jboss-Tomcat clustered environment to allow proper Single Sign On capabilities
-----------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBCLUSTER-148
URL: http://jira.jboss.com/jira/browse/JBCLUSTER-148
Project: JBoss Clustering
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: Q2Y6
Environment: independent
Reporter: Alberto Rodriguez
Assigned To: Brian Stansberry
Priority: Optional
In a JBoss clustered environment where session is replicated and single sign on is enabled, one cannot log in an protected clustered web application because of the lack of Serialization support of Tomcat's SavedRequest object.
Tomcat stores the information needed to restore the pre-authentication request in a note in the session in a SavedRequest object, this object is not included in the replication process because it doesn't implement Serializable.
The objective would be to make SavedRequest object Serializable in Tomcat and include this object and/or other notes in the serialization process executed when the session info is replicated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list