Skip to content

Instantly share code, notes, and snippets.

@devcamcar
Created May 27, 2014 18:19
Show Gist options
  • Save devcamcar/812ab573592105361b08 to your computer and use it in GitHub Desktop.
Save devcamcar/812ab573592105361b08 to your computer and use it in GitHub Desktop.
UAA service
[2014-05-27 18:18:32.197] uaa - 6790 [http-bio-8080-exec-10] .... DEBUG --- ExceptionTranslationFilter: Calling Authentication entry point.
[2014-05-27 18:18:32.197] uaa - 6790 [http-bio-8080-exec-10] .... DEBUG --- Http403ForbiddenEntryPoint: Pre-authenticated entry point called. Rejecting access
[2014-05-27 18:18:32.197] uaa - 6790 [http-bio-8080-exec-10] .... DEBUG --- SecurityContextPersistenceFilter: SecurityContextHolder now cleared, as request processing completed
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/resources/**'
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/favicon.ico'
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/info'
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/password/**'
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/healthz/**'
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/authorize'; '/oauth/token' with parameters={} and headers {authorization=[Bearer ]}
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/oauth/token/**'
[2014-05-27 18:18:33.524] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/authorize'; '/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/authorize'; '/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/authenticate/**'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/authorize'; '/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/authorize'; '/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/codes/**'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/password_*'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/authorize'; '/Groups' with parameters={} and headers {accept=[application/json]}
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: Checking match of request : '/authorize'; '/Groups' with parameters={} and headers {}
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/groups/**'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/user*/*/password'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/users/**'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/ids/users*'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/approvals/**'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/oauth/clients/*/secret'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/oauth/clients/tx/**'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/oauth/clients/**'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/check_token'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/token_key'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/clientinfo'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/userinfo'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/spring_security_login'
[2014-05-27 18:18:33.525] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/oauth/**'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/login**'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AntPathRequestMatcher: Checking match of request : '/authorize'; against '/logout.do*'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterChainProxy: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5 at position 1 of 7 in additional filter chain; firing Filter: 'UaaLoggingFilter'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'denyAll' processing request POST /authorize
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterChainProxy: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5 at position 2 of 7 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterChainProxy: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5 at position 3 of 7 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterChainProxy: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5 at position 4 of 7 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterChainProxy: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5 at position 5 of 7 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AnonymousAuthenticationFilter: Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@6faaf9b0: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff8868: RemoteIpAddress: 69.36.245.11; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterChainProxy: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5 at position 6 of 7 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
[2014-05-27 18:18:33.526] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterChainProxy: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5 at position 7 of 7 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
[2014-05-27 18:18:33.527] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterSecurityInterceptor: Secure object: FilterInvocation: URL: /authorize?client_id=cf&response_type=token&redirect_uri=https%3A%2F%2Fuaa.cloudfoundry.com%2Fredirect%2Fcf&state=5a6823e4688254940b7ad377d07512f5; Attributes: [denyAll]
[2014-05-27 18:18:33.527] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- FilterSecurityInterceptor: Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@6faaf9b0: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff8868: RemoteIpAddress: 69.36.245.11; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
[2014-05-27 18:18:33.527] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- AffirmativeBased: Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6b698a85, returned: -1
[2014-05-27 18:18:33.527] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- ExceptionTranslationFilter: Access is denied (user is anonymous); redirecting to authentication entry point
org.springframework.security.access.AccessDeniedException: Access is denied
at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:83)
at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:206)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$UaaLoggingFilter.doFilter(SecurityFilterChainPostProcessor.java:202)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:683)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
[2014-05-27 18:18:33.528] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- ExceptionTranslationFilter: Calling Authentication entry point.
[2014-05-27 18:18:33.528] uaa - 6790 [http-bio-8080-exec-7] .... DEBUG --- Http403ForbiddenEntryPoint: Pre-authenticated entry point called. Rejecting access
[2014-05-27 18:18:33.528] uaa - 6790 [http-bio-8080-exec-7] .... 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