0 Replies Latest reply on Oct 16, 2002 4:26 PM by gantzm

    SRP stops working after client crash

    gantzm


      JBoss-3.0.3

      I have a client application that logs into JBoss using SRP. If the application logouts from the login context there is no problem. But, if the application crashes with an exception and doesn't log out, it can't log back into JBoss. I have to shut down JBoss and restart before the client application can authenticate again.


      I have created a custom VerifierStore and a custom LoginModule, these are chained together with the SRPService being marked as optional, my security domain works for both client and web. The SRPService is passing the creds through the Map into my custom login module. But, when things fail these don't show up, so I think this is an SRP problem.

      Thanks....