Advertisement
Guest User

Untitled

a guest
Feb 24th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. 2014-02-24 11:12:27,660 DEBUG [org.springframework.security.web.util.matcher.AntPathRequestMatcher] (default task-5) Checking match of request : '/login'; against '/resources/**'
  2. 2014-02-24 11:12:27,661 DEBUG [org.springframework.security.web.util.matcher.OrRequestMatcher] (default task-5) Trying to match using Ant [pattern='/rest/set/**']
  3. 2014-02-24 11:12:27,662 DEBUG [org.springframework.security.web.util.matcher.AntPathRequestMatcher] (default task-5) Checking match of request : '/login'; against '/rest/set/**'
  4. 2014-02-24 11:12:27,663 DEBUG [org.springframework.security.web.util.matcher.OrRequestMatcher] (default task-5) Trying to match using Ant [pattern='/rest/apns/**']
  5. 2014-02-24 11:12:27,664 DEBUG [org.springframework.security.web.util.matcher.AntPathRequestMatcher] (default task-5) Checking match of request : '/login'; against '/rest/apns/**'
  6. 2014-02-24 11:12:27,665 DEBUG [org.springframework.security.web.util.matcher.OrRequestMatcher] (default task-5) Trying to match using Ant [pattern='/rest/set/tags/**']
  7. 2014-02-24 11:12:27,666 DEBUG [org.springframework.security.web.util.matcher.AntPathRequestMatcher] (default task-5) Checking match of request : '/login'; against '/rest/set/tags/**'
  8. 2014-02-24 11:12:27,667 DEBUG [org.springframework.security.web.util.matcher.OrRequestMatcher] (default task-5) Trying to match using Ant [pattern='/rest/get/tags/**']
  9. 2014-02-24 11:12:27,668 DEBUG [org.springframework.security.web.util.matcher.AntPathRequestMatcher] (default task-5) Checking match of request : '/login'; against '/rest/get/tags/**'
  10. 2014-02-24 11:12:27,669 DEBUG [org.springframework.security.web.util.matcher.OrRequestMatcher] (default task-5) No matches found
  11. 2014-02-24 11:12:27,670 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  12. 2014-02-24 11:12:27,671 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPerestistenceFilter'
  13. 2014-02-24 11:12:27,672 DEBUG [org.springframework.security.web.context.HttpSessionSecurityContextRepository] (default task-5) HttpSession returned null object for SPRING_SECURITY_CONTEXT
  14. 2014-02-24 11:12:27,673 DEBUG [org.springframework.security.web.context.HttpSessionSecurityContextRepository] (default task-5) No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@49e153aa. A new one will be created.
  15. 2014-02-24 11:12:27,674 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  16. 2014-02-24 11:12:27,676 DEBUG [org.springframework.security.web.header.writerest.HstsHeaderWriter] (default task-5) Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writerest.HstsHeaderWriter$SecureRequestMatcher@1ba1cf60
  17. 2014-02-24 11:12:27,677 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 4 of 13 in additional filter chain; firing Filter: 'CsrfFilter'
  18. 2014-02-24 11:12:27,678 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 5 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
  19. 2014-02-24 11:12:27,679 DEBUG [org.springframework.security.web.util.matcher.AntPathRequestMatcher] (default task-5) Checking match of request : '/login'; against '/logout'
  20. 2014-02-24 11:12:27,680 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 6 of 13 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  21. 2014-02-24 11:12:27,681 DEBUG [org.springframework.security.web.util.matcher.AntPathRequestMatcher] (default task-5) Request 'GET /login' doesn't match 'POST /login
  22. 2014-02-24 11:12:27,682 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 7 of 13 in additional filter chain; firing Filter: 'ConcurrentSessionFilter'
  23. 2014-02-24 11:12:27,683 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 8 of 13 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  24. 2014-02-24 11:12:27,684 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 9 of 13 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  25. 2014-02-24 11:12:27,685 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 10 of 13 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  26. 2014-02-24 11:12:27,687 DEBUG [org.springframework.security.web.authentication.AnonymousAuthenticationFilter] (default task-5) Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@905571d8: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 127.0.0.1; SessionId: cJWKgOfPCH26Mzd9EUr8Ryus; Granted Authorities: ROLE_ANONYMOUS'
  27. 2014-02-24 11:12:27,689 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 11 of 13 in additional filter chain; firing Filter: 'SessionManagementFilter'
  28. 2014-02-24 11:12:27,690 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 12 of 13 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  29. 2014-02-24 11:12:27,691 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login at position 13 of 13 in additional filter chain; firing Filter: 'FilterestecurityInterceptor'
  30. 2014-02-24 11:12:27,692 DEBUG [org.springframework.security.web.access.intercept.FilterestecurityInterceptor] (default task-5) Secure object: FilterInvocation: URL: /login; Attributes: [permitAll]
  31. 2014-02-24 11:12:27,693 DEBUG [org.springframework.security.web.access.intercept.FilterestecurityInterceptor] (default task-5) Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@905571d8: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 127.0.0.1; SessionId: cJWKgOfPCH26Mzd9EUr8Ryus; Granted Authorities: ROLE_ANONYMOUS
  32. 2014-02-24 11:12:27,696 DEBUG [org.springframework.security.access.vote.AffirmativeBased] (default task-5) Voter: org.springframework.security.web.access.expression.WebExpressionVoter@5f2e77da, returned: 1
  33. 2014-02-24 11:12:27,697 DEBUG [org.springframework.security.web.access.intercept.FilterestecurityInterceptor] (default task-5) Authorization successful
  34. 2014-02-24 11:12:27,698 DEBUG [org.springframework.security.web.access.intercept.FilterestecurityInterceptor] (default task-5) RunAsManager did not change Authentication object
  35. 2014-02-24 11:12:27,699 DEBUG [org.springframework.security.web.FilterChainProxy] (default task-5) /login reached end of additional filter chain; proceeding with original chain
  36. 2014-02-24 11:12:27,700 DEBUG [org.springframework.web.servlet.Dispatcherestervlet] (default task-5) Dispatcherestervlet with name 'dispatcher' processing GET request for [/myApp/login]
  37. 2014-02-24 11:12:27,701 DEBUG [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (default task-5) Looking up handler method for path /login
  38. 2014-02-24 11:12:27,703 DEBUG [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (default task-5) Returning handler method [public void com.myCm.myApp.controllerest.PagesController.login()]
  39. 2014-02-24 11:12:27,704 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (default task-5) Returning cached instance of singleton bean 'pagesController'
  40. 2014-02-24 11:12:27,705 DEBUG [org.springframework.web.servlet.Dispatcherestervlet] (default task-5) Last-Modified value for [/myApp/login] is: -1
  41. 2014-02-24 11:12:27,706 DEBUG [org.springframework.web.servlet.Dispatcherestervlet] (default task-5) Rendering view [org.springframework.web.servlet.view.JstlView: name 'login'; URL [/WEB-INF/views/login.jsp]] in Dispatcherestervlet with name 'dispatcher'
  42. 2014-02-24 11:12:27,708 DEBUG [org.springframework.web.servlet.view.JstlView] (default task-5) Forwarding to resource [/WEB-INF/views/login.jsp] in InternalResourceView 'login'
  43. 2014-02-24 11:12:27,714 DEBUG [org.springframework.security.web.context.HttpSessionSecurityContextRepository] (default task-5) SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  44. 2014-02-24 11:12:27,716 DEBUG [org.springframework.security.web.context.HttpSessionSecurityContextRepository] (default task-5) SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  45. 2014-02-24 11:12:27,717 DEBUG [org.springframework.web.servlet.Dispatcherestervlet] (default task-5) Successfully completed request
  46. 2014-02-24 11:12:27,718 DEBUG [org.springframework.security.web.access.ExceptionTranslationFilter] (default task-5) Chain processed normally
  47. 2014-02-24 11:12:27,719 DEBUG [org.springframework.security.web.context.SecurityContextPerestistenceFilter] (default task-5) SecurityContextHolder now cleared, as request processing completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement