Red Hat Bugzilla – Bug 1062104
JAAS login module's logout() method is not invoked with cache-type="infinispan"
Last modified: 2018-06-07 17:30:14 EDT
Description of problem: By default (cache-type="default"), HttpServletRequest.logout() invokes JAAS login module's logout(). Changing cache-type attribute in <security-domain/> from "default" to "infinispan", HttpServletRequest.logout() does not invoke JAAS login module's logout(). Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: