Ha Duy Dinh created SHIRO-427:
---------------------------------

             Summary: No log when have exception
                 Key: SHIRO-427
                 URL: https://issues.apache.org/jira/browse/SHIRO-427
             Project: Shiro
          Issue Type: Improvement
          Components: Authentication (log-in)
    Affects Versions: 1.2.1
         Environment: I've setup shiro cas for testing, but not add commons 
codes library in classpath, everytime i try to log in it will redirect to error 
page.

I've tried to enable trace mode for category org.apache.shiro.cas but it not 
show anything.

I've check in source in file  org.apache.shiro.cas.CasFilter, it's not log any 
thing.

I fixed by add line of code log where debug enable:  
if(logger.isDebugEnabled()) logger.debug("Authentication Fail:",ae);
            Reporter: Ha Duy Dinh




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to