Skip to content

Instantly share code, notes, and snippets.

@tony-kerz
Created November 23, 2015 13:21
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 tony-kerz/0751fd4212d919a4b081 to your computer and use it in GitHub Desktop.
Save tony-kerz/0751fd4212d919a4b081 to your computer and use it in GitHub Desktop.
[2015-11-23 13:18:33.439] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/uaa'; '/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-11-23 13:18:33.439] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/uaa'; '/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-11-23 13:18:33.439] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/uaa'; '/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-11-23 13:18:33.439] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/uaa'; '/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-11-23 13:18:33.440] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/uaa'; '/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 13:18:33.440] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/uaa'; '/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 13:18:33.440] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeApiRequestMatcher] Checking match of request : '/uaa'; '/oauth/authorize' with parameters={response_type=code, client_id=} and headers {Authorization=[bearer ]}
[2015-11-23 13:18:33.440] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/uaa'; '/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 13:18:33.440] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/uaa'; '/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-11-23 13:18:33.507] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... INFO --- TemplateEngine: [THYMELEAF] INITIALIZING TEMPLATE ENGINE
[2015-11-23 13:18:33.575] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... INFO --- AbstractTemplateResolver: [THYMELEAF] INITIALIZING TEMPLATE RESOLVER: org.thymeleaf.templateresolver.TemplateResolver
[2015-11-23 13:18:33.576] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... INFO --- AbstractTemplateResolver: [THYMELEAF] TEMPLATE RESOLVER INITIALIZED OK
[2015-11-23 13:18:33.576] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... INFO --- AbstractMessageResolver: [THYMELEAF] INITIALIZING MESSAGE RESOLVER: org.thymeleaf.spring4.messageresolver.SpringMessageResolver
[2015-11-23 13:18:33.576] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... INFO --- AbstractMessageResolver: [THYMELEAF] MESSAGE RESOLVER INITIALIZED OK
[2015-11-23 13:18:33.581] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... INFO --- CONFIG: [THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Cache Factory implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template modes:
[THYMELEAF] * VALIDXML
[THYMELEAF] * HTML5
[THYMELEAF] * VALIDXHTML
[THYMELEAF] * LEGACYHTML5
[THYMELEAF] * XML
[THYMELEAF] * XHTML
[THYMELEAF] * Template resolvers (in order):
[THYMELEAF] * org.thymeleaf.templateresolver.TemplateResolver
[THYMELEAF] * Message resolvers (in order):
[THYMELEAF] * org.thymeleaf.spring4.messageresolver.SpringMessageResolver
[THYMELEAF] * Dialect [1 of 3]: org.thymeleaf.spring4.dialect.SpringStandardDialect
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Dialect [2 of 3]: nz.net.ultraq.thymeleaf.LayoutDialect
[THYMELEAF] * Prefix: "layout"
[THYMELEAF] * Dialect [3 of 3]: org.thymeleaf.extras.springsecurity3.dialect.SpringSecurityDialect
[THYMELEAF] * Prefix: "sec"
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
[2015-11-23 13:18:33.581] cloudfoundry-identity-uaa - ???? [http-nio-8080-exec-1] .... INFO --- TemplateEngine: [THYMELEAF] TEMPLATE ENGINE INITIALIZED
[2015-11-23 13:19:49.452] cloudfoundry-identity-uaa - ???? [ZoneAwareMetadataManager.Refresh[metadata]] .... DEBUG --- ZoneAwareMetadataManager: Running SAML IDP refresh[ZoneAwareMetadataManager.Refresh[metadata]-7673199] - ignoreTimestamp=false
core@ip-10-0-1-80 ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment