· 8 years ago · Sep 28, 2017, 06:14 AM
12017-09-28 10:09:08,762 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
22017-09-28 10:09:08,762 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
32017-09-28 10:09:08,763 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token'
42017-09-28 10:09:08,763 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token'
52017-09-28 10:09:08,763 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
62017-09-28 10:09:08,763 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
72017-09-28 10:09:08,763 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token_key'
82017-09-28 10:09:08,763 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token_key'
92017-09-28 10:09:08,763 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
102017-09-28 10:09:08,763 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
112017-09-28 10:09:08,763 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/check_token'
122017-09-28 10:09:08,763 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/check_token'
132017-09-28 10:09:08,763 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
142017-09-28 10:09:08,763 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
152017-09-28 10:09:08,764 INFO Spring Security Debugger -
16
17************************************************************
18
19Request received for POST '/login.jsp':
20
21org.apache.catalina.connector.RequestFacade@1f1e08d
22
23servletPath:/login.jsp
24pathInfo:null
25headers:
26host: 10.2.2.66:8080
27connection: keep-alive
28content-length: 129
29cache-control: max-age=0
30origin: http://10.2.2.66:8080
31upgrade-insecure-requests: 1
32user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36
33content-type: application/x-www-form-urlencoded
34accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
35referer: http://10.2.2.66:8080/auth-server/login.jsp
36accept-encoding: gzip, deflate
37accept-language: en-US,en;q=0.8,id;q=0.6,ms;q=0.4
38cookie: JSESSIONID=6A89DAF295ED8AB2513F4EDE8FD7F89D; PHPSESSID=6025316c60b0668fdb2c068c0560e9c4; cod=1.3.4.5.7; csd=39; _ga=GA1.4.1261543936.1506568384; _gid=GA1.4.657590896.1506568384
39
40
41Security filter chain: [
42 WebAsyncManagerIntegrationFilter
43 SecurityContextPersistenceFilter
44 HeaderWriterFilter
45 CsrfFilter
46 LogoutFilter
47 UsernamePasswordAuthenticationFilter
48 ConcurrentSessionFilter
49 RequestCacheAwareFilter
50 SecurityContextHolderAwareRequestFilter
51 AnonymousAuthenticationFilter
52 SessionManagementFilter
53 ExceptionTranslationFilter
54 FilterSecurityInterceptor
55]
56
57
58************************************************************
59
60
612017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
622017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
632017-09-28 10:09:08,764 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token'
642017-09-28 10:09:08,764 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token'
652017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
662017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
672017-09-28 10:09:08,764 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token_key'
682017-09-28 10:09:08,764 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/token_key'
692017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
702017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
712017-09-28 10:09:08,764 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/check_token'
722017-09-28 10:09:08,764 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/oauth/check_token'
732017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
742017-09-28 10:09:08,764 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
752017-09-28 10:09:08,764 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
762017-09-28 10:09:08,764 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
772017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
782017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
792017-09-28 10:09:08,765 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - HttpSession returned null object for SPRING_SECURITY_CONTEXT
802017-09-28 10:09:08,765 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - HttpSession returned null object for SPRING_SECURITY_CONTEXT
812017-09-28 10:09:08,765 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@1ce9a68. A new one will be created.
822017-09-28 10:09:08,765 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@1ce9a68. A new one will be created.
832017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
842017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
852017-09-28 10:09:08,765 DEBUG o.s.s.w.h.writers.HstsHeaderWriter - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@78dad2
862017-09-28 10:09:08,765 DEBUG o.s.s.w.h.writers.HstsHeaderWriter - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@78dad2
872017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 4 of 13 in additional filter chain; firing Filter: 'CsrfFilter'
882017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 4 of 13 in additional filter chain; firing Filter: 'CsrfFilter'
892017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 5 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
902017-09-28 10:09:08,765 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 5 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
912017-09-28 10:09:08,765 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/logout'
922017-09-28 10:09:08,765 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/logout'
932017-09-28 10:09:08,766 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 6 of 13 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
942017-09-28 10:09:08,766 DEBUG o.s.security.web.FilterChainProxy - /login.jsp at position 6 of 13 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
952017-09-28 10:09:08,766 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/login.jsp'
962017-09-28 10:09:08,766 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/login.jsp'
972017-09-28 10:09:08,766 DEBUG o.s.s.w.a.UsernamePasswordAuthenticationFilter - Request is to process authentication
982017-09-28 10:09:08,766 DEBUG o.s.s.w.a.UsernamePasswordAuthenticationFilter - Request is to process authentication
992017-09-28 10:09:08,766 DEBUG o.s.s.a.ProviderManager - Authentication attempt using org.springframework.security.authentication.dao.DaoAuthenticationProvider
1002017-09-28 10:09:08,766 DEBUG o.s.s.a.ProviderManager - Authentication attempt using org.springframework.security.authentication.dao.DaoAuthenticationProvider
1012017-09-28 10:09:09,622 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.authentication.session.ConcurrentSessionControlAuthenticationStrategy@13ddc8f
1022017-09-28 10:09:09,622 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.authentication.session.ConcurrentSessionControlAuthenticationStrategy@13ddc8f
1032017-09-28 10:09:09,622 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy@35e646
1042017-09-28 10:09:09,622 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy@35e646
1052017-09-28 10:09:09,623 DEBUG o.s.s.w.a.s.SessionFixationProtectionStrategy - Invalidating session with Id '6A89DAF295ED8AB2513F4EDE8FD7F89D' and migrating attributes.
1062017-09-28 10:09:09,623 DEBUG o.s.s.w.a.s.SessionFixationProtectionStrategy - Invalidating session with Id '6A89DAF295ED8AB2513F4EDE8FD7F89D' and migrating attributes.
1072017-09-28 10:09:09,623 DEBUG o.s.s.w.s.HttpSessionEventPublisher - Publishing event: org.springframework.security.web.session.HttpSessionDestroyedEvent[source=org.apache.catalina.session.StandardSessionFacade@1ce9a68]
1082017-09-28 10:09:09,623 DEBUG o.s.s.w.s.HttpSessionEventPublisher - Publishing event: org.springframework.security.web.session.HttpSessionDestroyedEvent[source=org.apache.catalina.session.StandardSessionFacade@1ce9a68]
1092017-09-28 10:09:09,623 DEBUG o.s.s.w.s.HttpSessionEventPublisher - Publishing event: org.springframework.security.web.session.HttpSessionCreatedEvent[source=org.apache.catalina.session.StandardSessionFacade@b641a4]
1102017-09-28 10:09:09,623 DEBUG o.s.s.w.s.HttpSessionEventPublisher - Publishing event: org.springframework.security.web.session.HttpSessionCreatedEvent[source=org.apache.catalina.session.StandardSessionFacade@b641a4]
1112017-09-28 10:09:09,624 INFO Spring Security Debugger -
112
113************************************************************
114
115New HTTP session created: 2E4EB8BF08F0E8F1945C3F3C816C3E26
116
117Call stack:
118
119 at org.springframework.security.web.debug.Logger.info(Logger.java:29)
120 at org.springframework.security.web.debug.DebugRequestWrapper.getSession(DebugFilter.java:144)
121 at org.springframework.security.web.debug.DebugRequestWrapper.getSession(DebugFilter.java:155)
122 at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:229)
123 at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:229)
124 at org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy.applySessionFixation(SessionFixationProtectionStrategy.java:94)
125 at org.springframework.security.web.authentication.session.AbstractSessionFixationProtectionStrategy.onAuthentication(AbstractSessionFixationProtectionStrategy.java:82)
126 at org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy.onAuthentication(SessionFixationProtectionStrategy.java:55)
127 at org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy.onAuthentication(CompositeSessionAuthenticationStrategy.java:83)
128 at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:216)
129 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
130 at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
131 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
132 at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:105)
133 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:108)
134 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
135 at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:57)
136 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:108)
137 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
138 at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
139 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
140 at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)
141 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:108)
142 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
143 at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
144 at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
145 at org.springframework.security.web.debug.DebugFilter.invokeWithWrappedRequest(DebugFilter.java:70)
146 at org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:59)
147 at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)
148 at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)
149 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
150 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
151 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
152 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
153 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
154 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
155 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
156 at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
157 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
158 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
159 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
160 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
161 at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
162 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
163 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
164 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
165 at java.lang.Thread.run(Unknown Source)
166
167
168************************************************************
169
170
1712017-09-28 10:09:09,624 DEBUG o.s.s.w.a.s.SessionFixationProtectionStrategy - Started new session: 2E4EB8BF08F0E8F1945C3F3C816C3E26
1722017-09-28 10:09:09,624 DEBUG o.s.s.w.a.s.SessionFixationProtectionStrategy - Started new session: 2E4EB8BF08F0E8F1945C3F3C816C3E26
1732017-09-28 10:09:09,624 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.authentication.session.RegisterSessionAuthenticationStrategy@1a68516
1742017-09-28 10:09:09,624 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.authentication.session.RegisterSessionAuthenticationStrategy@1a68516
1752017-09-28 10:09:09,624 DEBUG o.s.s.c.session.SessionRegistryImpl - Registering session 2E4EB8BF08F0E8F1945C3F3C816C3E26, for principal org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB
1762017-09-28 10:09:09,624 DEBUG o.s.s.c.session.SessionRegistryImpl - Registering session 2E4EB8BF08F0E8F1945C3F3C816C3E26, for principal org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB
1772017-09-28 10:09:09,624 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.csrf.CsrfAuthenticationStrategy@9b5af8
1782017-09-28 10:09:09,624 DEBUG o.s.s.w.a.s.CompositeSessionAuthenticationStrategy - Delegating to org.springframework.security.web.csrf.CsrfAuthenticationStrategy@9b5af8
1792017-09-28 10:09:09,624 DEBUG o.s.s.w.a.UsernamePasswordAuthenticationFilter - Authentication success. Updating SecurityContextHolder to contain: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB
1802017-09-28 10:09:09,624 DEBUG o.s.s.w.a.UsernamePasswordAuthenticationFilter - Authentication success. Updating SecurityContextHolder to contain: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB
1812017-09-28 10:09:09,625 DEBUG c.m.e.b.s.a.h.LoginSuccessListener - User [agent8001] login
1822017-09-28 10:09:09,625 DEBUG c.m.e.b.s.a.h.LoginSuccessListener - User [agent8001] login
1832017-09-28 10:09:09,625 INFO c.m.e.b.s.a.h.LoginSuccessListener - Removing existing access token for user [agent8001]
1842017-09-28 10:09:09,625 INFO c.m.e.b.s.a.h.LoginSuccessListener - Removing existing access token for user [agent8001]
1852017-09-28 10:09:09,625 DEBUG o.s.s.w.a.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://10.2.2.66:8080/auth-server/oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/
1862017-09-28 10:09:09,625 DEBUG o.s.s.w.a.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://10.2.2.66:8080/auth-server/oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/
1872017-09-28 10:09:09,625 DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to 'http://10.2.2.66:8080/auth-server/oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/'
1882017-09-28 10:09:09,625 DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to 'http://10.2.2.66:8080/auth-server/oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/'
1892017-09-28 10:09:09,625 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - SecurityContext stored to HttpSession: 'org.springframework.security.core.context.SecurityContextImpl@f0bb6014: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB'
1902017-09-28 10:09:09,625 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - SecurityContext stored to HttpSession: 'org.springframework.security.core.context.SecurityContextImpl@f0bb6014: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB'
1912017-09-28 10:09:09,626 DEBUG o.s.s.w.c.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed
1922017-09-28 10:09:09,626 DEBUG o.s.s.w.c.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed
1932017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
1942017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
1952017-09-28 10:09:09,632 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token'
1962017-09-28 10:09:09,632 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token'
1972017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
1982017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
1992017-09-28 10:09:09,632 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token_key'
2002017-09-28 10:09:09,632 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token_key'
2012017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
2022017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
2032017-09-28 10:09:09,632 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/check_token'
2042017-09-28 10:09:09,632 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/check_token'
2052017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
2062017-09-28 10:09:09,632 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
2072017-09-28 10:09:09,633 INFO Spring Security Debugger -
208
209************************************************************
210
211Request received for GET '/oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/':
212
213org.apache.catalina.connector.RequestFacade@149ca1b
214
215servletPath:/oauth/authorize
216pathInfo:null
217headers:
218host: 10.2.2.66:8080
219connection: keep-alive
220cache-control: max-age=0
221upgrade-insecure-requests: 1
222user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36
223accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
224referer: http://10.2.2.66:8080/auth-server/login.jsp
225accept-encoding: gzip, deflate, sdch
226accept-language: en-US,en;q=0.8,id;q=0.6,ms;q=0.4
227cookie: JSESSIONID=2E4EB8BF08F0E8F1945C3F3C816C3E26; PHPSESSID=6025316c60b0668fdb2c068c0560e9c4; cod=1.3.4.5.7; csd=39; _ga=GA1.4.1261543936.1506568384; _gid=GA1.4.657590896.1506568384
228
229
230Security filter chain: [
231 WebAsyncManagerIntegrationFilter
232 SecurityContextPersistenceFilter
233 HeaderWriterFilter
234 CsrfFilter
235 LogoutFilter
236 UsernamePasswordAuthenticationFilter
237 ConcurrentSessionFilter
238 RequestCacheAwareFilter
239 SecurityContextHolderAwareRequestFilter
240 AnonymousAuthenticationFilter
241 SessionManagementFilter
242 ExceptionTranslationFilter
243 FilterSecurityInterceptor
244]
245
246
247************************************************************
248
249
2502017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
2512017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token']
2522017-09-28 10:09:09,633 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token'
2532017-09-28 10:09:09,633 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token'
2542017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
2552017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/token_key']
2562017-09-28 10:09:09,633 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token_key'
2572017-09-28 10:09:09,633 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/token_key'
2582017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
2592017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - Trying to match using Ant [pattern='/oauth/check_token']
2602017-09-28 10:09:09,633 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/check_token'
2612017-09-28 10:09:09,633 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/oauth/check_token'
2622017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
2632017-09-28 10:09:09,633 DEBUG o.s.s.w.u.matcher.OrRequestMatcher - No matches found
2642017-09-28 10:09:09,633 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2652017-09-28 10:09:09,633 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2662017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2672017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2682017-09-28 10:09:09,634 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@f0bb6014: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB'
2692017-09-28 10:09:09,634 DEBUG o.s.s.w.c.HttpSessionSecurityContextRepository - Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@f0bb6014: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB'
2702017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2712017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2722017-09-28 10:09:09,634 DEBUG o.s.s.w.h.writers.HstsHeaderWriter - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@78dad2
2732017-09-28 10:09:09,634 DEBUG o.s.s.w.h.writers.HstsHeaderWriter - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@78dad2
2742017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 4 of 13 in additional filter chain; firing Filter: 'CsrfFilter'
2752017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 4 of 13 in additional filter chain; firing Filter: 'CsrfFilter'
2762017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 5 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
2772017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 5 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
2782017-09-28 10:09:09,634 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/logout'
2792017-09-28 10:09:09,634 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/logout'
2802017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 6 of 13 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2812017-09-28 10:09:09,634 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 6 of 13 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2822017-09-28 10:09:09,635 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Request 'GET /oauth/authorize' doesn't match 'POST /login.jsp
2832017-09-28 10:09:09,635 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Request 'GET /oauth/authorize' doesn't match 'POST /login.jsp
2842017-09-28 10:09:09,635 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 7 of 13 in additional filter chain; firing Filter: 'ConcurrentSessionFilter'
2852017-09-28 10:09:09,635 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 7 of 13 in additional filter chain; firing Filter: 'ConcurrentSessionFilter'
2862017-09-28 10:09:09,635 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 8 of 13 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2872017-09-28 10:09:09,635 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 8 of 13 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2882017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - pathInfo: both null (property equals)
2892017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - pathInfo: both null (property equals)
2902017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - queryString: arg1=client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/; arg2=client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ (property equals)
2912017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - queryString: arg1=client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/; arg2=client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ (property equals)
2922017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - requestURI: arg1=/auth-server/oauth/authorize; arg2=/auth-server/oauth/authorize (property equals)
2932017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - requestURI: arg1=/auth-server/oauth/authorize; arg2=/auth-server/oauth/authorize (property equals)
2942017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - serverPort: arg1=8080; arg2=8080 (property equals)
2952017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - serverPort: arg1=8080; arg2=8080 (property equals)
2962017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - requestURL: arg1=http://10.2.2.66:8080/auth-server/oauth/authorize; arg2=http://10.2.2.66:8080/auth-server/oauth/authorize (property equals)
2972017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - requestURL: arg1=http://10.2.2.66:8080/auth-server/oauth/authorize; arg2=http://10.2.2.66:8080/auth-server/oauth/authorize (property equals)
2982017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - scheme: arg1=http; arg2=http (property equals)
2992017-09-28 10:09:09,635 DEBUG o.s.s.w.s.DefaultSavedRequest - scheme: arg1=http; arg2=http (property equals)
3002017-09-28 10:09:09,636 DEBUG o.s.s.w.s.DefaultSavedRequest - serverName: arg1=10.2.2.66; arg2=10.2.2.66 (property equals)
3012017-09-28 10:09:09,636 DEBUG o.s.s.w.s.DefaultSavedRequest - serverName: arg1=10.2.2.66; arg2=10.2.2.66 (property equals)
3022017-09-28 10:09:09,636 DEBUG o.s.s.w.s.DefaultSavedRequest - contextPath: arg1=/auth-server; arg2=/auth-server (property equals)
3032017-09-28 10:09:09,636 DEBUG o.s.s.w.s.DefaultSavedRequest - contextPath: arg1=/auth-server; arg2=/auth-server (property equals)
3042017-09-28 10:09:09,636 DEBUG o.s.s.w.s.DefaultSavedRequest - servletPath: arg1=/oauth/authorize; arg2=/oauth/authorize (property equals)
3052017-09-28 10:09:09,636 DEBUG o.s.s.w.s.DefaultSavedRequest - servletPath: arg1=/oauth/authorize; arg2=/oauth/authorize (property equals)
3062017-09-28 10:09:09,636 DEBUG o.s.s.w.s.HttpSessionRequestCache - Removing DefaultSavedRequest from session if present
3072017-09-28 10:09:09,636 DEBUG o.s.s.w.s.HttpSessionRequestCache - Removing DefaultSavedRequest from session if present
3082017-09-28 10:09:09,636 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 9 of 13 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
3092017-09-28 10:09:09,636 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 9 of 13 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
3102017-09-28 10:09:09,636 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 10 of 13 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
3112017-09-28 10:09:09,636 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 10 of 13 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
3122017-09-28 10:09:09,636 DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB'
3132017-09-28 10:09:09,636 DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f0bb6014: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c: RemoteIpAddress: 10.3.4.154; SessionId: 6A89DAF295ED8AB2513F4EDE8FD7F89D; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB'
3142017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 11 of 13 in additional filter chain; firing Filter: 'SessionManagementFilter'
3152017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 11 of 13 in additional filter chain; firing Filter: 'SessionManagementFilter'
3162017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 12 of 13 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
3172017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 12 of 13 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
3182017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 13 of 13 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
3192017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ at position 13 of 13 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
3202017-09-28 10:09:09,637 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/login.jsp'
3212017-09-28 10:09:09,637 DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/oauth/authorize'; against '/login.jsp'
3222017-09-28 10:09:09,637 DEBUG o.s.s.w.a.i.FilterSecurityInterceptor - Public object - authentication not attempted
3232017-09-28 10:09:09,637 DEBUG o.s.s.w.a.i.FilterSecurityInterceptor - Public object - authentication not attempted
3242017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ reached end of additional filter chain; proceeding with original chain
3252017-09-28 10:09:09,637 DEBUG o.s.security.web.FilterChainProxy - /oauth/authorize?client_id=agent&response_type=token&scope=write&redirect_uri=http://10.2.2.66:8080/callcenter-agent/ reached end of additional filter chain; proceeding with original chain
3262017-09-28 10:09:09,637 DEBUG o.s.s.o.p.e.FrameworkEndpointHandlerMapping - Looking up handler method for path /oauth/authorize
3272017-09-28 10:09:09,637 DEBUG o.s.s.o.p.e.FrameworkEndpointHandlerMapping - Looking up handler method for path /oauth/authorize
3282017-09-28 10:09:09,638 DEBUG o.s.s.o.p.e.FrameworkEndpointHandlerMapping - Returning handler method [public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map<java.lang.String, java.lang.Object>,java.util.Map<java.lang.String, java.lang.String>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)]
3292017-09-28 10:09:09,638 DEBUG o.s.s.o.p.e.FrameworkEndpointHandlerMapping - Returning handler method [public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map<java.lang.String, java.lang.Object>,java.util.Map<java.lang.String, java.lang.String>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)]
3302017-09-28 10:09:09,639 DEBUG o.s.s.o.p.i.ImplicitTokenGranter - Getting access token for: agent
3312017-09-28 10:09:09,639 DEBUG o.s.s.o.p.i.ImplicitTokenGranter - Getting access token for: agent
3322017-09-28 10:09:09,640 DEBUG o.s.s.o.p.t.store.JdbcTokenStore - Failed to find access token for authentication org.springframework.security.oauth2.provider.OAuth2Authentication@90c54ab1: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB
3332017-09-28 10:09:09,640 DEBUG o.s.s.o.p.t.store.JdbcTokenStore - Failed to find access token for authentication org.springframework.security.oauth2.provider.OAuth2Authentication@90c54ab1: Principal: org.springframework.security.core.userdetails.User@9a8e677e: Username: agent8001; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AGENT_VIEW,ROLE_COMPANY_VIEW,ROLE_FAQ_VIEW,ROLE_POLLING,ROLE_PRODUCT_VIEW,ROLE_RECORDING_AGENT,ROLE_REPORT_AGENT,ROLE_SEARCHFIELD_VIEW,ROLE_UPLOADPHOTO,ROLE_USER_PROFILE,ROLE_USER_VIEW,ROLE_USER_WEB; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: ROLE_AGENT_VIEW, ROLE_COMPANY_VIEW, ROLE_FAQ_VIEW, ROLE_POLLING, ROLE_PRODUCT_VIEW, ROLE_RECORDING_AGENT, ROLE_REPORT_AGENT, ROLE_SEARCHFIELD_VIEW, ROLE_UPLOADPHOTO, ROLE_USER_PROFILE, ROLE_USER_VIEW, ROLE_USER_WEB
3342017-09-28 10:09:09,641 INFO o.s.s.o.p.t.store.JdbcTokenStore - Failed to find access token for token ac4cdf72-0e04-436c-a08e-8d37ab42f709
3352017-09-28 10:09:09,641 INFO o.s.s.o.p.t.store.JdbcTokenStore - Failed to find access token for token ac4cdf72-0e04-436c-a08e-8d37ab42f709
3362017-09-28 10:09:09,654 DEBUG o.s.s.w.a.ExceptionTranslationFilter - Chain processed normally
3372017-09-28 10:09:09,654 DEBUG o.s.s.w.a.ExceptionTranslationFilter - Chain processed normally
3382017-09-28 10:09:09,654 DEBUG o.s.s.w.c.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed
3392017-09-28 10:09:09,654 DEBUG o.s.s.w.c.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed