Im trying to integrate a new authorization system through spring loginmodules by extending AbstractServerLoginModule.
Everything works perfectly up to the point where I try to test CredentialExpired exceptions and AccountExpiredException. Then, no matter the security exception thrown the client always get the same plain securityExecption with no other information. Is there any way to get the exact cause of the SecurityException? Im using LocalClientLoginModule to access a remote EJB whose methods are protected. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857300#3857300 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857300 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
