[jboss-jira] [JBoss JIRA] Created: (JBAS-9447) 'logout' on custom authentication module never called

Thomas Woelfle (JIRA) jira-events at lists.jboss.org
Thu Sep 8 10:45:29 EDT 2011


'logout' on custom authentication module never called
-----------------------------------------------------

                 Key: JBAS-9447
                 URL: https://issues.jboss.org/browse/JBAS-9447
             Project: Legacy JBoss Application Server 6 
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.1.0
         Environment: JBoss 6.1.0, Java 1.6.0_26
            Reporter: Thomas Woelfle


Hi there,
 
I have a custom authentication module that extends the JBoss DatabaseServerLoginModule (org.jboss.security.auth.spi.DatabaseServerLoginModule) that provides stuff like counting failed logins, disabling accounts, .... When loging in from a remote desktop client using LoginContext.login() the 'login' method of my custom authentication module is called. This works fine. But when loging out using LoginContext.logout() the 'logout' method of my authentication module is never called.
 
This seems to be a bug, isn't it?
 
Regards,
Thomas

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list