Team, I updated the logging, and I receive the following each time after authenticating but I keep getting
redirected back to the login page for protected urls. It seems like the SecurityManager is not detecting a subject. any ideas? TRACE: org.apache.shiro.mgt.DefaultSecurityManager - Context already contains a SecurityManager instance. Returning. TRACE: org.apache.shiro.mgt.DefaultSecurityManager - No identity (PrincipalCollection) found in the context. Looking for a remembered identity. TRACE: org.apache.shiro.web.servlet.SimpleCookie - No 'rememberMe' cookie value TRACE: org.apache.shiro.mgt.DefaultSecurityManager - No remembered identity found. Returning original context. TRACE: org.apache.shiro.subject.support.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true TRACE: org.apache.shiro.subject.support.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true TRACE: org.apache.shiro.subject.support.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true TRACE: org.apache.shiro.subject.support.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true TRACE: org.apache.shiro.util.ThreadContext - Bound value of type [org.apache.shiro.web.subject.support.WebDelegatingSubject] for key [org.apache.shiro.util.ThreadContext_SUBJECT_KEY] to thread [http-bio-8080-exec-8] TRACE: org.apache.shiro.util.ThreadContext - Bound value of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] for key [org.apache.shiro.util.ThreadContext_SECURITY_MANAGER_KEY] to thread [http-bio-8080-exec-8] TRACE: org.apache.shiro.web.servlet.AbstractShiroFilter - No FilterChain configured for the current request. Using the default. INFO : org.alexsotob.html5form.UserHandler - Welcome home! from Thymeleaf TRACE: org.apache.shiro.util.ThreadContext - get() - in thread [http-bio-8080-exec-8] TRACE: org.apache.shiro.util.ThreadContext - Retrieved value of type [org.apache.shiro.web.subject.support.WebDelegatingSubject] for key [org.apache.shiro.util.ThreadContext_SUBJECT_KEY] bound to thread [http-bio-8080-exec-8] TRACE: org.apache.shiro.subject.support.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true -- View this message in context: http://shiro-user.582556.n2.nabble.com/Apache-Shiro-Spring-not-redirecting-to-success-url-tp7578427p7578435.html Sent from the Shiro User mailing list archive at Nabble.com.
