Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
Description
Current Situation
When activating the sessionDao com.sos.auth.shiro.SOSDistributedSessionDAO with
sessionDAO = com.sos.auth.shiro.SOSDistributedSessionDAO securityManager.sessionManager.sessionDAO = $sessionDAO
and enabling the debug logging with
#logger for security log4j.logger.com.sos.auth=debug, shiro log4j.additivity.com.sos.auth= false log4j.appender.shiro = org.apache.log4j.FileAppender log4j.appender.shiro.layout = org.apache.log4j.EnhancedPatternLayout log4j.appender.shiro.layout.ConversionPattern = %d{ISO8601}{Europe/Berlin} %-5p %m%n%throwable{short} #filename of shiro log log4j.appender.shiro.File = ${jetty.base}/logs/JOCShiroLog.log
there are no debug log message from the class com.sos.auth.shiro.SOSDistributedSessionDAO
Desired Behavior
The class com.sos.auth.shiro.SOSDistributedSessionDAO should log the
- creation of a session
- the update of a session
- the delete of a session
- the read of a session
- the write of a session to db
- the read of a session from db