Advertisement
Guest User

Untitled

a guest
Apr 18th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. 2016-04-18 13:38:12 DEBUG SAMLProcessingFilter org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.successfulAuthentication(AbstractAuthenticationProcessingFilter.java:317) :317 - Authentication success. Updating SecurityContextHolder to contain: org.springframework.security.providers.ExpiringUsernameAuthenticationToken@9a4b8da: Principal: org.springframework.security.core.userdetails.User@8bb4f0d1: Username: the user name; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_USER; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.core.userdetails.User@8bb4f0d1: Username: the user name; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_USER; Granted Authorities: ROLE_USER
  2. 2016-04-18 13:38:12 DEBUG SavedRequestAwareAuthenticationSuccessHandler org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler.onAuthenticationSuccess(SavedRequestAwareAuthenticationSuccessHandler.java:83) :83 - Redirecting to DefaultSavedRequest Url: https://localhost:7011/proxy-sok/landing
  3. 2016-04-18 13:38:12 DEBUG DefaultRedirectStrategy org.springframework.security.web.DefaultRedirectStrategy.sendRedirect(DefaultRedirectStrategy.java:39) :39 - Redirecting to 'https://localhost:7011/proxy-sok/landing'
  4. 2016-04-18 13:38:12 DEBUG AntPathRequestMatcher org.springframework.security.web.util.matcher.AntPathRequestMatcher.matches(AntPathRequestMatcher.java:151) :151 - Checking match of request : '/landing'; against '/saml/login/**'
  5. 2016-04-18 13:38:12 DEBUG AntPathRequestMatcher org.springframework.security.web.util.matcher.AntPathRequestMatcher.matches(AntPathRequestMatcher.java:151) :151 - Checking match of request : '/landing'; against '/saml/logout/**'
  6. 2016-04-18 13:38:12 DEBUG AntPathRequestMatcher org.springframework.security.web.util.matcher.AntPathRequestMatcher.matches(AntPathRequestMatcher.java:151) :151 - Checking match of request : '/landing'; against '/saml/metadata/**'
  7. 2016-04-18 13:38:12 DEBUG AntPathRequestMatcher org.springframework.security.web.util.matcher.AntPathRequestMatcher.matches(AntPathRequestMatcher.java:151) :151 - Checking match of request : '/landing'; against '/saml/sso/**'
  8. 2016-04-18 13:38:12 DEBUG AntPathRequestMatcher org.springframework.security.web.util.matcher.AntPathRequestMatcher.matches(AntPathRequestMatcher.java:151) :151 - Checking match of request : '/landing'; against '/saml/ssohok/**'
  9. 2016-04-18 13:38:12 DEBUG AntPathRequestMatcher org.springframework.security.web.util.matcher.AntPathRequestMatcher.matches(AntPathRequestMatcher.java:151) :151 - Checking match of request : '/landing'; against '/saml/singlelogout/**'
  10. 2016-04-18 13:38:12 DEBUG AntPathRequestMatcher org.springframework.security.web.util.matcher.AntPathRequestMatcher.matches(AntPathRequestMatcher.java:151) :151 - Checking match of request : '/landing'; against '/saml/discovery/**'
  11. 2016-04-18 13:38:12 DEBUG FilterChainProxy org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:200) :200 - /landing has no matching filters
  12. 2016-04-18 13:38:12 DEBUG FilterChainProxy org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:324) :324 - /landing at position 1 of 13 in additional filter chain; firing Filter: 'MetadataGeneratorFilter'
  13. 2016-04-18 13:38:12 DEBUG FilterChainProxy org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:324) :324 - /landing at position 2 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  14. 2016-04-18 13:38:12 DEBUG FilterChainProxy org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:324) :324 - /landing at position 3 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  15. 2016-04-18 13:38:12 DEBUG HttpSessionSecurityContextRepository org.springframework.security.web.context.HttpSessionSecurityContextRepository.readSecurityContextFromSession(HttpSessionSecurityContextRepository.java:171) :171 - HttpSession returned null object for SPRING_SECURITY_CONTEXT
  16. 2016-04-18 13:38:12 DEBUG HttpSessionSecurityContextRepository org.springframework.security.web.context.HttpSessionSecurityContextRepository.loadContext(HttpSessionSecurityContextRepository.java:101) :101 - No SecurityContext was available from the HttpSession: weblogic.servlet.internal.session.MemorySessionData@17c76767. A new one will be created.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement