Hello. I'm using Grails Shiro plugin. Looks like it uses AtLeastOneSuccessfulStrategy to process login request. When my realm generates LockedAccountException controller receives only AuthenticationException with description "Authentication token of type [class org.apache.shiro.authc.UsernamePasswordToken] could not be authenticated by any configured realms. Please ensure that at least one realm can authenticate these tokens."
Realm is registered for the token of type UsernamePasswordToken. How can I fix it? How can I access my original exception? -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-exception-hierarchy-tp7578214.html Sent from the Shiro User mailing list archive at Nabble.com.
