You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OR you can override the ShiroGrailsExceptionResolver with your own.
Note if you just wish to log the message then perhaps do that from your Realm. It is rarely a good idea to pass on explicit information about what went wrong logging in to the user as that risks leaking information to an attacker.
i want to get AuthenticationException ex
that throw in my custom realms,but can not get the message in my realms throws
The text was updated successfully, but these errors were encountered: