Advertisement
Guest User

Untitled

a guest
Nov 29th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.09 KB | None | 0 0
  1. 2017-11-29 15:12:05.881 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 1 of 12 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  2. 2017-11-29 15:12:05.881 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 2 of 12 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  3. 2017-11-29 15:12:05.881 DEBUG 16064 --- [nio-8082-exec-1] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  4. 2017-11-29 15:12:05.882 DEBUG 16064 --- [nio-8082-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  5. 2017-11-29 15:12:05.882 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 3 of 12 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  6. 2017-11-29 15:12:05.882 DEBUG 16064 --- [nio-8082-exec-1] 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@16d242ff
  7. 2017-11-29 15:12:05.882 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 4 of 12 in additional filter chain; firing Filter: 'CsrfFilter'
  8. 2017-11-29 15:12:05.882 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 5 of 12 in additional filter chain; firing Filter: 'LogoutFilter'
  9. 2017-11-29 15:12:05.882 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /' doesn't match 'POST /logout
  10. 2017-11-29 15:12:05.882 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 6 of 12 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  11. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 7 of 12 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  12. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 8 of 12 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  13. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@4fce9c59: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  14. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 9 of 12 in additional filter chain; firing Filter: 'DigestAuthenticationFilter'
  15. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 10 of 12 in additional filter chain; firing Filter: 'SessionManagementFilter'
  16. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.session.SessionManagementFilter : Requested session ID F3539664407501472CBCAF679A82194F is invalid.
  17. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 11 of 12 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  18. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : / at position 12 of 12 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  19. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /; Attributes: [authenticated]
  20. 2017-11-29 15:12:05.883 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@4fce9c59: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
  21. 2017-11-29 15:12:05.884 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@41c9697, returned: -1
  22. 2017-11-29 15:12:05.886 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Access is denied (user is anonymous); redirecting to authentication entry point
  23.  
  24. org.springframework.security.access.AccessDeniedException: Access is denied
  25. at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:84) ~[spring-security-core-5.0.0.RC1.jar:5.0.0.RC1]
  26. at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:233) ~[spring-security-core-5.0.0.RC1.jar:5.0.0.RC1]
  27. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:124) ~[spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  28. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  29. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  30. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) ~[spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  31. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  32. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  33. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  34. at org.springframework.security.web.authentication.www.DigestAuthenticationFilter.doFilter(DigestAuthenticationFilter.java:126) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  35. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  36. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  37. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  38. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  39. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  40. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  41. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  42. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  43. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  44. at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  45. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  46. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  47. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  48. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  49. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  50. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  51. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  52. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  53. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  54. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  55. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  56. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  57. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  58. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  59. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  60. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  61. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  62. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  63. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  64. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  65. at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  66. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  67. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  68. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  69. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  70. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  71. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  72. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  73. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  74. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  75. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  76. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  77. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) [tomcat-embed-core-8.5.23.jar:8.5.23]
  78. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.23.jar:8.5.23]
  79. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) [tomcat-embed-core-8.5.23.jar:8.5.23]
  80. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.23.jar:8.5.23]
  81. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) [tomcat-embed-core-8.5.23.jar:8.5.23]
  82. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.23.jar:8.5.23]
  83. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.23.jar:8.5.23]
  84. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) [tomcat-embed-core-8.5.23.jar:8.5.23]
  85. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.23.jar:8.5.23]
  86. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-8.5.23.jar:8.5.23]
  87. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) [tomcat-embed-core-8.5.23.jar:8.5.23]
  88. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.23.jar:8.5.23]
  89. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_151]
  90. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_151]
  91. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.23.jar:8.5.23]
  92. at java.lang.Thread.run(Thread.java:748) [na:1.8.0_151]
  93.  
  94. 2017-11-29 15:12:05.891 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using Ant [pattern='/**', GET]
  95. 2017-11-29 15:12:05.892 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request '/' matched by universal pattern '/**'
  96. 2017-11-29 15:12:05.892 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=Ant [pattern='/**/favicon.ico']]
  97. 2017-11-29 15:12:05.892 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/**/favicon.ico'
  98. 2017-11-29 15:12:05.892 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  99. 2017-11-29 15:12:05.892 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@42a394b6, matchingMediaTypes=[application/json], useEquals=false, ignoredMediaTypes=[*/*]]]
  100. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8]
  101. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
  102. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith text/html = false
  103. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xhtml+xml
  104. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xhtml+xml = false
  105. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/webp
  106. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/webp = false
  107. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/apng
  108. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/apng = false
  109. 2017-11-29 15:12:05.893 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xml;q=0.9
  110. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xml;q=0.9 = false
  111. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing */*;q=0.8
  112. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Ignoring
  113. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Did not match any media types
  114. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  115. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
  116. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  117. 2017-11-29 15:12:05.894 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
  118. 2017-11-29 15:12:05.895 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.s.HttpSessionRequestCache : DefaultSavedRequest added to Session: DefaultSavedRequest[http://localhost:8082/didemo2/]
  119. 2017-11-29 15:12:05.895 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Calling Authentication entry point.
  120. 2017-11-29 15:12:05.899 DEBUG 16064 --- [nio-8082-exec-1] s.s.w.a.w.DigestAuthenticationEntryPoint : WWW-Authenticate header sent to user agent: Digest realm="Spring", qop="auth", nonce="MTUxMTk2ODM4NTg5NTo5YzE2MGRiYzlmMzk0NTZkZDUyYWRkYjI2ZGYzMjlkOA=="
  121. 2017-11-29 15:12:05.899 DEBUG 16064 --- [nio-8082-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  122. 2017-11-29 15:12:05.899 DEBUG 16064 --- [nio-8082-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  123. 2017-11-29 15:12:05.900 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 1 of 12 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  124. 2017-11-29 15:12:05.900 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 2 of 12 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  125. 2017-11-29 15:12:05.900 DEBUG 16064 --- [nio-8082-exec-1] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  126. 2017-11-29 15:12:05.900 DEBUG 16064 --- [nio-8082-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@2220da4. A new one will be created.
  127. 2017-11-29 15:12:05.900 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 3 of 12 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  128. 2017-11-29 15:12:05.900 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 4 of 12 in additional filter chain; firing Filter: 'CsrfFilter'
  129. 2017-11-29 15:12:05.900 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 5 of 12 in additional filter chain; firing Filter: 'LogoutFilter'
  130. 2017-11-29 15:12:05.901 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /error' doesn't match 'POST /logout
  131. 2017-11-29 15:12:05.902 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 6 of 12 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  132. 2017-11-29 15:12:05.903 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
  133. 2017-11-29 15:12:05.903 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.s.DefaultSavedRequest : queryString: both null (property equals)
  134. 2017-11-29 15:12:05.903 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.s.DefaultSavedRequest : requestURI: arg1=/didemo2/; arg2=/didemo2/error (property not equals)
  135. 2017-11-29 15:12:05.903 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.s.HttpSessionRequestCache : saved request doesn't match
  136. 2017-11-29 15:12:05.903 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 7 of 12 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  137. 2017-11-29 15:12:05.903 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 8 of 12 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  138. 2017-11-29 15:12:05.904 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@4fc4d0bd: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: AF0C36B472DFDF111BAED9B3228B03B4; Granted Authorities: ROLE_ANONYMOUS'
  139. 2017-11-29 15:12:05.904 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 9 of 12 in additional filter chain; firing Filter: 'DigestAuthenticationFilter'
  140. 2017-11-29 15:12:05.904 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 10 of 12 in additional filter chain; firing Filter: 'SessionManagementFilter'
  141. 2017-11-29 15:12:05.904 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 11 of 12 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  142. 2017-11-29 15:12:05.904 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error at position 12 of 12 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  143. 2017-11-29 15:12:05.904 DEBUG 16064 --- [nio-8082-exec-1] o.s.security.web.FilterChainProxy : /error reached end of additional filter chain; proceeding with original chain
  144. 2017-11-29 15:12:05.910 DEBUG 16064 --- [nio-8082-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  145. 2017-11-29 15:12:05.910 DEBUG 16064 --- [nio-8082-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  146. 2017-11-29 15:12:05.910 DEBUG 16064 --- [nio-8082-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  147. 2017-11-29 15:12:42.642 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 1 of 12 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  148. 2017-11-29 15:12:42.643 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 2 of 12 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  149. 2017-11-29 15:12:42.643 DEBUG 16064 --- [nio-8082-exec-3] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  150. 2017-11-29 15:12:42.643 DEBUG 16064 --- [nio-8082-exec-3] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@2220da4. A new one will be created.
  151. 2017-11-29 15:12:42.643 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 3 of 12 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  152. 2017-11-29 15:12:42.644 DEBUG 16064 --- [nio-8082-exec-3] 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@16d242ff
  153. 2017-11-29 15:12:42.645 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 4 of 12 in additional filter chain; firing Filter: 'CsrfFilter'
  154. 2017-11-29 15:12:42.645 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 5 of 12 in additional filter chain; firing Filter: 'LogoutFilter'
  155. 2017-11-29 15:12:42.646 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /' doesn't match 'POST /logout
  156. 2017-11-29 15:12:42.646 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 6 of 12 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  157. 2017-11-29 15:12:42.646 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
  158. 2017-11-29 15:12:42.646 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : queryString: both null (property equals)
  159. 2017-11-29 15:12:42.646 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : requestURI: arg1=/didemo2/; arg2=/didemo2/ (property equals)
  160. 2017-11-29 15:12:42.647 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : serverPort: arg1=8082; arg2=8082 (property equals)
  161. 2017-11-29 15:12:42.647 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : requestURL: arg1=http://localhost:8082/didemo2/; arg2=http://localhost:8082/didemo2/ (property equals)
  162. 2017-11-29 15:12:42.647 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : scheme: arg1=http; arg2=http (property equals)
  163. 2017-11-29 15:12:42.647 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : serverName: arg1=localhost; arg2=localhost (property equals)
  164. 2017-11-29 15:12:42.647 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : contextPath: arg1=/didemo2; arg2=/didemo2 (property equals)
  165. 2017-11-29 15:12:42.647 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : servletPath: arg1=/; arg2=/ (property equals)
  166. 2017-11-29 15:12:42.647 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.HttpSessionRequestCache : Removing DefaultSavedRequest from session if present
  167. 2017-11-29 15:12:42.648 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 7 of 12 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  168. 2017-11-29 15:12:42.648 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 8 of 12 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  169. 2017-11-29 15:12:42.648 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@4fc4d0bd: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: AF0C36B472DFDF111BAED9B3228B03B4; Granted Authorities: ROLE_ANONYMOUS'
  170. 2017-11-29 15:12:42.649 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 9 of 12 in additional filter chain; firing Filter: 'DigestAuthenticationFilter'
  171. 2017-11-29 15:12:42.649 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 10 of 12 in additional filter chain; firing Filter: 'SessionManagementFilter'
  172. 2017-11-29 15:12:42.649 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 11 of 12 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  173. 2017-11-29 15:12:42.649 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : / at position 12 of 12 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  174. 2017-11-29 15:12:42.650 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /; Attributes: [authenticated]
  175. 2017-11-29 15:12:42.650 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@4fc4d0bd: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: AF0C36B472DFDF111BAED9B3228B03B4; Granted Authorities: ROLE_ANONYMOUS
  176. 2017-11-29 15:12:42.651 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@41c9697, returned: -1
  177. 2017-11-29 15:12:42.652 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.ExceptionTranslationFilter : Access is denied (user is anonymous); redirecting to authentication entry point
  178.  
  179. org.springframework.security.access.AccessDeniedException: Access is denied
  180. at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:84) ~[spring-security-core-5.0.0.RC1.jar:5.0.0.RC1]
  181. at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:233) ~[spring-security-core-5.0.0.RC1.jar:5.0.0.RC1]
  182. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:124) ~[spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  183. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  184. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  185. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) ~[spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  186. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  187. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  188. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  189. at org.springframework.security.web.authentication.www.DigestAuthenticationFilter.doFilter(DigestAuthenticationFilter.java:126) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  190. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  191. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  192. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  193. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  194. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  195. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  196. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  197. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  198. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  199. at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  200. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  201. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  202. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  203. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  204. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  205. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  206. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  207. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  208. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  209. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  210. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  211. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) [spring-security-web-5.0.0.RC1.jar:5.0.0.RC1]
  212. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  213. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  214. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  215. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  216. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  217. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  218. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  219. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  220. at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  221. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  222. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  223. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  224. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  225. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  226. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  227. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  228. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  229. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.1.RELEASE.jar:5.0.1.RELEASE]
  230. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.23.jar:8.5.23]
  231. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.23.jar:8.5.23]
  232. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) [tomcat-embed-core-8.5.23.jar:8.5.23]
  233. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.23.jar:8.5.23]
  234. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) [tomcat-embed-core-8.5.23.jar:8.5.23]
  235. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.23.jar:8.5.23]
  236. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) [tomcat-embed-core-8.5.23.jar:8.5.23]
  237. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.23.jar:8.5.23]
  238. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.23.jar:8.5.23]
  239. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) [tomcat-embed-core-8.5.23.jar:8.5.23]
  240. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.23.jar:8.5.23]
  241. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-8.5.23.jar:8.5.23]
  242. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) [tomcat-embed-core-8.5.23.jar:8.5.23]
  243. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.23.jar:8.5.23]
  244. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_151]
  245. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_151]
  246. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.23.jar:8.5.23]
  247. at java.lang.Thread.run(Thread.java:748) [na:1.8.0_151]
  248.  
  249. 2017-11-29 15:12:42.659 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using Ant [pattern='/**', GET]
  250. 2017-11-29 15:12:42.660 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request '/' matched by universal pattern '/**'
  251. 2017-11-29 15:12:42.660 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=Ant [pattern='/**/favicon.ico']]
  252. 2017-11-29 15:12:42.660 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/**/favicon.ico'
  253. 2017-11-29 15:12:42.660 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  254. 2017-11-29 15:12:42.660 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@42a394b6, matchingMediaTypes=[application/json], useEquals=false, ignoredMediaTypes=[*/*]]]
  255. 2017-11-29 15:12:42.661 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8]
  256. 2017-11-29 15:12:42.661 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
  257. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith text/html = false
  258. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xhtml+xml
  259. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xhtml+xml = false
  260. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/webp
  261. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/webp = false
  262. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/apng
  263. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/apng = false
  264. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xml;q=0.9
  265. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xml;q=0.9 = false
  266. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing */*;q=0.8
  267. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Ignoring
  268. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.m.MediaTypeRequestMatcher : Did not match any media types
  269. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  270. 2017-11-29 15:12:42.662 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
  271. 2017-11-29 15:12:42.663 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  272. 2017-11-29 15:12:42.663 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
  273. 2017-11-29 15:12:42.663 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.HttpSessionRequestCache : DefaultSavedRequest added to Session: DefaultSavedRequest[http://localhost:8082/didemo2/]
  274. 2017-11-29 15:12:42.663 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.ExceptionTranslationFilter : Calling Authentication entry point.
  275. 2017-11-29 15:12:42.663 DEBUG 16064 --- [nio-8082-exec-3] s.s.w.a.w.DigestAuthenticationEntryPoint : WWW-Authenticate header sent to user agent: Digest realm="Spring", qop="auth", nonce="MTUxMTk2ODQyMjY2MzpiZmZhMWI3MzAwODE2NzIwNjlkYjc5M2ZiNDBiMTMyZg=="
  276. 2017-11-29 15:12:42.663 DEBUG 16064 --- [nio-8082-exec-3] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  277. 2017-11-29 15:12:42.663 DEBUG 16064 --- [nio-8082-exec-3] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  278. 2017-11-29 15:12:42.664 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 1 of 12 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  279. 2017-11-29 15:12:42.664 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 2 of 12 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  280. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  281. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@2220da4. A new one will be created.
  282. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 3 of 12 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  283. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 4 of 12 in additional filter chain; firing Filter: 'CsrfFilter'
  284. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 5 of 12 in additional filter chain; firing Filter: 'LogoutFilter'
  285. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /error' doesn't match 'POST /logout
  286. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 6 of 12 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  287. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
  288. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : queryString: both null (property equals)
  289. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.DefaultSavedRequest : requestURI: arg1=/didemo2/; arg2=/didemo2/error (property not equals)
  290. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.s.HttpSessionRequestCache : saved request doesn't match
  291. 2017-11-29 15:12:42.665 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 7 of 12 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  292. 2017-11-29 15:12:42.666 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 8 of 12 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  293. 2017-11-29 15:12:42.666 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@4fc4d0bd: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: AF0C36B472DFDF111BAED9B3228B03B4; Granted Authorities: ROLE_ANONYMOUS'
  294. 2017-11-29 15:12:42.666 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 9 of 12 in additional filter chain; firing Filter: 'DigestAuthenticationFilter'
  295. 2017-11-29 15:12:42.666 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.w.DigestAuthenticationFilter : Digest Authorization header received from user agent: Digest username="test", realm="Spring", nonce="MTUxMTk2ODM4NTg5NTo5YzE2MGRiYzlmMzk0NTZkZDUyYWRkYjI2ZGYzMjlkOA==", uri="/didemo2/", response="bc5d167dfc6ca73d634be255fd7209aa", qop=auth, nc=00000001, cnonce="a7bfa4cf19c9e58c"
  296. 2017-11-29 15:12:42.667 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.w.DigestAuthenticationFilter : Extracted username: 'test'; realm: 'Spring'; nonce: 'MTUxMTk2ODM4NTg5NTo5YzE2MGRiYzlmMzk0NTZkZDUyYWRkYjI2ZGYzMjlkOA=='; uri: '/didemo2/'; response: 'bc5d167dfc6ca73d634be255fd7209aa'
  297. 2017-11-29 15:12:42.668 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.w.DigestAuthenticationFilter : Authentication success for user: 'test' with response: 'bc5d167dfc6ca73d634be255fd7209aa'
  298. 2017-11-29 15:12:42.668 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 10 of 12 in additional filter chain; firing Filter: 'SessionManagementFilter'
  299. 2017-11-29 15:12:42.668 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 11 of 12 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  300. 2017-11-29 15:12:42.668 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error at position 12 of 12 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  301. 2017-11-29 15:12:42.668 DEBUG 16064 --- [nio-8082-exec-3] o.s.security.web.FilterChainProxy : /error reached end of additional filter chain; proceeding with original chain
  302. 2017-11-29 15:12:42.672 DEBUG 16064 --- [nio-8082-exec-3] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  303. 2017-11-29 15:12:42.673 DEBUG 16064 --- [nio-8082-exec-3] w.c.HttpSessionSecurityContextRepository : SecurityContext 'org.springframework.security.core.context.SecurityContextImpl@1f: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@1f: Principal: org.springframework.security.core.userdetails.User@364492: Username: test; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_USER; Credentials: [PROTECTED]; Authenticated: false; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: AF0C36B472DFDF111BAED9B3228B03B4; Not granted any authorities' stored to HttpSession: 'org.apache.catalina.session.StandardSessionFacade@2220da4
  304. 2017-11-29 15:12:42.673 DEBUG 16064 --- [nio-8082-exec-3] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement