You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Ha Duy Dinh (JIRA)" <ji...@apache.org> on 2013/03/18 07:32:23 UTC

[jira] [Created] (SHIRO-427) No log when have exception

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