Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1185060

Summary: [GSS] (6.4.z) Infinispan JAAS cache implementation does not call logout on eviction/removal
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Derek Horton <dehort>
Component: SecurityAssignee: Chao Wang <chaowan>
Status: CLOSED WONTFIX QA Contact: Josef Cacek <jcacek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: anmiller, bbaranow, bdawidow, bjorn.kristian.hilstad, cdewolf, chaowan, jawilson, pskopek, sguilhen, stianlund+bugzilla
Target Milestone: ---   
Target Release: EAP 6.4.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-13 13:52:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1196075    

Description Derek Horton 2015-01-22 19:45:15 UTC
Description of problem:

When the JAAS cache is configured to use infinispan and a user's entry is evicted, the login module's logout method is not called.   When the default JAAS cache implementation is used, the login module's logout method is called on eviction.
 
I would expect the default JAAS cache and the infinispan cache to behave the same in this situation.