[jboss-jira] [JBoss JIRA] Created: (JBAS-7412) Tighten handling of expiration of ClusteredSession
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Oct 29 06:33:05 EDT 2009
Tighten handling of expiration of ClusteredSession
--------------------------------------------------
Key: JBAS-7412
URL: https://jira.jboss.org/jira/browse/JBAS-7412
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering, Web (Tomcat) service
Affects Versions: JBossAS-5.1.0.GA
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: JBossAS-6.0.0.Alpha1
Improve expiration/invalidation processing in JBossCacheManager/ClusteredSession:
1) Ensure any runtime exceptions thrown by servlet spec listeners propagate (SRV.10.6 in 2.5 spec, 11.6 on 3.0) to HttpSession.invalidate() callers
2) If such exceptions are thrown, make sure the session is first marked as invalid
3) In the background session expiration task, catch all such exceptions, or any other exceptions and then "brute force" remove the session
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list