Advertisement
Guest User

Console output

a guest
Oct 24th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.93 KB | None | 0 0
  1. 2017-10-24 12:03:09.985 DEBUG 16028 --- [nio-8080-exec-4] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  2. 2017-10-24 12:03:28.793 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  3. 2017-10-24 12:03:28.793 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  4. 2017-10-24 12:03:28.794 DEBUG 16028 --- [nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@ffcb0e23: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@ffcb0e23: Principal: org.springframework.security.core.userdetails.User@36ebcb: Username: user; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: CE37A18B1B3C57FC8AB9CA63C010D024; Not granted any authorities'
  5. 2017-10-24 12:03:28.795 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  6. 2017-10-24 12:03:28.795 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@36783148
  7. 2017-10-24 12:03:28.795 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 4 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
  8. 2017-10-24 12:03:28.795 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  9. 2017-10-24 12:03:28.796 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth/authorize'; against '/logout'
  10. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  11. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /oauth/authorize' doesn't match 'POST /logout
  12. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  13. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /oauth/authorize' doesn't match 'PUT /logout
  14. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  15. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /oauth/authorize' doesn't match 'DELETE /logout
  16. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  17. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 5 of 13 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  18. 2017-10-24 12:03:28.797 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /oauth/authorize' doesn't match 'POST /login
  19. 2017-10-24 12:03:28.799 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 6 of 13 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  20. 2017-10-24 12:03:28.799 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 7 of 13 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  21. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 8 of 13 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  22. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 9 of 13 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  23. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 10 of 13 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  24. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@ffcb0e23: Principal: org.springframework.security.core.userdetails.User@36ebcb: Username: user; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: CE37A18B1B3C57FC8AB9CA63C010D024; Not granted any authorities'
  25. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 11 of 13 in additional filter chain; firing Filter: 'SessionManagementFilter'
  26. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 12 of 13 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  27. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 13 of 13 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  28. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback; Attributes: [authenticated]
  29. 2017-10-24 12:03:28.800 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@ffcb0e23: Principal: org.springframework.security.core.userdetails.User@36ebcb: Username: user; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: CE37A18B1B3C57FC8AB9CA63C010D024; Not granted any authorities
  30. 2017-10-24 12:03:28.804 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@1b05a6da, returned: 1
  31. 2017-10-24 12:03:28.804 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  32. 2017-10-24 12:03:28.804 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  33. 2017-10-24 12:03:28.804 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /oauth/authorize?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback reached end of additional filter chain; proceeding with original chain
  34. 2017-10-24 12:03:28.808 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  35. 2017-10-24 12:03:28.808 DEBUG 16028 --- [nio-8080-exec-5] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  36. 2017-10-24 12:03:28.809 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  37. 2017-10-24 12:03:28.810 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  38. 2017-10-24 12:03:28.810 DEBUG 16028 --- [nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@ffcb0e23: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@ffcb0e23: Principal: org.springframework.security.core.userdetails.User@36ebcb: Username: user; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: CE37A18B1B3C57FC8AB9CA63C010D024; Not granted any authorities'
  39. 2017-10-24 12:03:28.811 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  40. 2017-10-24 12:03:28.811 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 4 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
  41. 2017-10-24 12:03:28.811 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  42. 2017-10-24 12:03:28.811 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/logout'
  43. 2017-10-24 12:03:28.811 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  44. 2017-10-24 12:03:28.811 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /error' doesn't match 'POST /logout
  45. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  46. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /error' doesn't match 'PUT /logout
  47. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  48. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /error' doesn't match 'DELETE /logout
  49. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  50. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 5 of 13 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  51. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /error' doesn't match 'POST /login
  52. 2017-10-24 12:03:28.812 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 6 of 13 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  53. 2017-10-24 12:03:28.813 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 7 of 13 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  54. 2017-10-24 12:03:28.813 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 8 of 13 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  55. 2017-10-24 12:03:28.813 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 9 of 13 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  56. 2017-10-24 12:03:28.813 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 10 of 13 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  57. 2017-10-24 12:03:28.816 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@ffcb0e23: Principal: org.springframework.security.core.userdetails.User@36ebcb: Username: user; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: CE37A18B1B3C57FC8AB9CA63C010D024; Not granted any authorities'
  58. 2017-10-24 12:03:28.816 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 11 of 13 in additional filter chain; firing Filter: 'SessionManagementFilter'
  59. 2017-10-24 12:03:28.816 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 12 of 13 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  60. 2017-10-24 12:03:28.816 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback at position 13 of 13 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  61. 2017-10-24 12:03:28.817 DEBUG 16028 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /error?response_type=code&state=&client_id=webshop&scope=read%2Cwrite%2Cproduct&redirect_uri=https%3A%2F%2Fwww.getpostman.com%2Foauth2%2Fcallback reached end of additional filter chain; proceeding with original chain
  62. 2017-10-24 12:03:28.821 DEBUG 16028 --- [nio-8080-exec-5] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  63. 2017-10-24 12:03:28.821 DEBUG 16028 --- [nio-8080-exec-5] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement