Skip to content

Instantly share code, notes, and snippets.

@schinen
Created May 24, 2012 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schinen/2782295 to your computer and use it in GitHub Desktop.
Save schinen/2782295 to your computer and use it in GitHub Desktop.
UAA Log
[2012-05-25 00:41:24.874] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/user/*/password'
[2012-05-25 00:41:24.874] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/login.do'; against '/User' with parameters={}
[2012-05-25 00:41:24.874] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- RegexRequestMatcher: Checking match of request : '/login.do'; against '/oauth/(users|clients)/(.*?)/tokens.*'
[2012-05-25 00:41:24.878] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/oauth/clients/*/secret'
[2012-05-25 00:41:24.878] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/oauth/clients/**'
[2012-05-25 00:41:24.878] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/resources/**'
[2012-05-25 00:41:24.878] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/favicon.ico'
[2012-05-25 00:41:24.878] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/index.html'
[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/login_info'
[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/login.do'; against '/oauth/authorize' with parameters={response_type=token, credentials={}
[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/login.do'; against '/oauth/authorize' with parameters={login={}
[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/check_token'
[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/token_key'
[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/userinfo'
[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/oauth/token'
[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/varz/**'
[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/healthz/**'
[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/'
[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/oauth/**'
[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/login**'
[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- FilterChainProxy: /login.do at position 1 of 9 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- HttpSessionSecurityContextRepository: No HttpSession currently exists
[2012-05-25 00:41:24.885] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- HttpSessionSecurityContextRepository: No SecurityContext was available from the HttpSession: null. A new one will be created.
[2012-05-25 00:41:24.885] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- FilterChainProxy: /login.do at position 2 of 9 in additional filter chain; firing Filter: 'LogoutFilter'
[2012-05-25 00:41:24.885] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- FilterChainProxy: /login.do at position 3 of 9 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
[2012-05-25 00:41:24.885] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UsernamePasswordAuthenticationFilter: Request is to process authentication
[2012-05-25 00:41:24.886] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AuthzAuthenticationManager: Processing authentication request for satoru.chinen@gmail.com
[2012-05-25 00:41:24.922] uaa - 11237 [http-bio-8080-exec-3] .... INFO --- Audit: Attempt to login as non-existent user: satoru.chinen@gmail.com
[2012-05-25 00:41:24.948] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AuthzAuthenticationManager: No user named 'satoru.chinen@gmail.com' was found
[2012-05-25 00:41:24.948] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UsernamePasswordAuthenticationFilter: Authentication request failed: org.springframework.security.authentication.BadCredentialsException: Bad credentials
[2012-05-25 00:41:24.948] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UsernamePasswordAuthenticationFilter: Updated SecurityContextHolder to contain null Authentication
[2012-05-25 00:41:24.948] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UsernamePasswordAuthenticationFilter: Delegating to authentication failure handlerorg.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler@7ecdc97b
[2012-05-25 00:41:24.954] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- SimpleUrlAuthenticationFailureHandler: Redirecting to /login?error=true
[2012-05-25 00:41:24.954] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- DefaultRedirectStrategy: Redirecting to '/login;jsessionid=AE8C937A3F7F170AA22AA40115B32B94?error=true'
[2012-05-25 00:41:24.954] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- HttpSessionSecurityContextRepository: SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
[2012-05-25 00:41:24.954] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- SecurityContextPersistenceFilter: SecurityContextHolder now cleared, as request processing completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment