No problem. So, have you tried hooking in a debugger? I'll agree, the fact that FormAuthenticationFilter basically swallows the exception is a bit frustrating. I'd say hook in a debugger, set a breakpoint in the "setFailureAttribute(ServletRequest, AuthenticationException)" method of FormAuthenticationFilter, and hopefully that will tell you the true nature of the error.
As far as logging, perhaps try setting it to "TRACE" level for org.apache.shiro - it looks like we use that fairly liberally in the Form authentication. -Jared On Tue 18 Dec 2012 12:09:44 PM CST, David Barron wrote: > sorry for the mess, I am trying to post the part of the logon.jsp that shows > the exception message. > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Login-failing-tp7578071p7578082.html > Sent from the Shiro User mailing list archive at Nabble.com.
