The following doesn't work when I login in Firefox and IE (twice). It should
throw the exception if Shiro is configured for it, but it seems it isn't and
I don't know how to configure it. Help?
try {
currentUser.login(token);
} catch (ConcurrentAccessException e) {
e.printStackTrace();
}
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/how-to-configure-Shiro-to-receive-ConcurrentAccessException-tp7405855p7405855.html
Sent from the Shiro User mailing list archive at Nabble.com.