Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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/**'
- 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/**']
- 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/**'
- 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/**']
- 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/**'
- 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/**']
- 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/**'
- 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/**']
- 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/**'
- 2014-02-24 11:12:27,669 DEBUG [org.springframework.security.web.util.matcher.OrRequestMatcher] (default task-5) No matches found
- 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'
- 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'
- 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
- 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.
- 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'
- 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
- 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'
- 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'
- 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'
- 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'
- 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
- 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'
- 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'
- 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'
- 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'
- 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'
- 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'
- 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'
- 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'
- 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]
- 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
- 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
- 2014-02-24 11:12:27,697 DEBUG [org.springframework.security.web.access.intercept.FilterestecurityInterceptor] (default task-5) Authorization successful
- 2014-02-24 11:12:27,698 DEBUG [org.springframework.security.web.access.intercept.FilterestecurityInterceptor] (default task-5) RunAsManager did not change Authentication object
- 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
- 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]
- 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
- 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()]
- 2014-02-24 11:12:27,704 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (default task-5) Returning cached instance of singleton bean 'pagesController'
- 2014-02-24 11:12:27,705 DEBUG [org.springframework.web.servlet.Dispatcherestervlet] (default task-5) Last-Modified value for [/myApp/login] is: -1
- 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'
- 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'
- 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.
- 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.
- 2014-02-24 11:12:27,717 DEBUG [org.springframework.web.servlet.Dispatcherestervlet] (default task-5) Successfully completed request
- 2014-02-24 11:12:27,718 DEBUG [org.springframework.security.web.access.ExceptionTranslationFilter] (default task-5) Chain processed normally
- 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