Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.2.1
-
None
-
None
-
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);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);
Attachments
Issue Links
- duplicates
-
SHIRO-462 Authentication exceptions are swallowed
- Closed