I would be happy to but there is nothing in the log after that.  There are no
messages at all when I attempt to log in.  That's part of the problem.

I'm not getting a 500 error, the logon.jsp is displaying again after I try
to log on.  The logon.jsp contains this:


        <%! String errorMessage = null;%>
        <%
            errorMessage = (String)
request.getAttribute("shiroLoginFailure");
            if (errorMessage != null) {%>
                Invalid Login: <%=errorMessage%><br/>
                
Enter login information...

        <% }
            else {%>
                
Enter login information...

        <% }%>

and that is where the AuthenticationException is being displayed.  There is
no other indication that anything is happening at all.

I apologize for not giving enough information but I am not sure what
information is needed in order to debug this.  



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Login-failing-tp7578071p7578079.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to