· 7 years ago · Oct 13, 2018, 08:30 AM
1[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'
2[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={}
3[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.*'
4[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'
5[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/**'
6[2012-05-25 00:41:24.878] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/resources/**'
7[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'
8[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'
9[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'
10[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={}
11[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={}
12[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'
13[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'
14[2012-05-25 00:41:24.879] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/userinfo'
15[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'
16[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/varz/**'
17[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/healthz/**'
18[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/'
19[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/oauth/**'
20[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/login.do'; against '/login**'
21[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'
22[2012-05-25 00:41:24.880] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- HttpSessionSecurityContextRepository: No HttpSession currently exists
23[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.
24[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'
25[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'
26[2012-05-25 00:41:24.885] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UsernamePasswordAuthenticationFilter: Request is to process authentication
27[2012-05-25 00:41:24.886] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- AuthzAuthenticationManager: Processing authentication request for satoru.chinen@gmail.com
28[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
29[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
30[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
31[2012-05-25 00:41:24.948] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- UsernamePasswordAuthenticationFilter: Updated SecurityContextHolder to contain null Authentication
32[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
33[2012-05-25 00:41:24.954] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- SimpleUrlAuthenticationFailureHandler: Redirecting to /login?error=true
34[2012-05-25 00:41:24.954] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- DefaultRedirectStrategy: Redirecting to '/login;jsessionid=AE8C937A3F7F170AA22AA40115B32B94?error=true'
35[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.
36[2012-05-25 00:41:24.954] uaa - 11237 [http-bio-8080-exec-3] .... DEBUG --- SecurityContextPersistenceFilter: SecurityContextHolder now cleared, as request processing completed