found answer in this defect: https://github.com/apereo/cas/issues/2347


On Thursday, August 3, 2017 at 9:19:39 AM UTC-6, borispog wrote:
>
> Is there a restriction on having a combination of JWT and OpenID Connect 
> service configurations in the same CAS server?
>
> I have a functional CAS 5.0.7 working with JWT (
> cas-server-support-token-webflow). 
> If i add OpenID Connect overlay (cas-server-support-oidc) to enable 
> OpenID Connect Provider in CAS, JWT authentication stops working.
>
> Login request with token parameter now result in NPE pointing to oidc 
> package that shouldn't be invoked at all.
>
> 2017-08-03 09:15:10,224   WARN 
>  
> org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver
>  
> [http-nio-8080-exec-1] : null
> java.lang.NullPointerException
> at java.net.URI$Parser.parse(URI.java:3042) ~[?:1.8.0_111]
> at java.net.URI.<init>(URI.java:588) ~[?:1.8.0_111]
> at org.jasig.cas.client.util.URIBuilder.<init>(URIBuilder.java:83) 
> ~[cas-client-core-3.4.1.jar!/:3.4.1]
> at 
> org.apereo.cas.web.flow.OidcAuthenticationContextWebflowEventResolver.resolveInternal(OidcAuthenticationContextWebflowEventResolver.java:41)
>  
> ~[cas-server-support-oidc-5.0.7.jar!/:5.0.7]
> at 
> org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolve(AbstractCasWebflowEventResolver.java:425)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at 
> org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolveSingle(AbstractCasWebflowEventResolver.java:438)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[?:1.8.0_111]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_111]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  
> ~[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
> at 
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at com.sun.proxy.$Proxy81.resolveSingle(Unknown Source) ~[?:?]
> at 
> org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver.lambda$resolveCandidateAuthenticationEvents$1(InitialAuthenticationAttemptWebflowEventResolver.java:104)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) 
> ~[?:1.8.0_111]
> at 
> java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) 
> ~[?:1.8.0_111]
> at 
> java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
>  
> ~[?:1.8.0_111]
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) 
> ~[?:1.8.0_111]
> at 
> java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) 
> ~[?:1.8.0_111]
> at 
> java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) 
> ~[?:1.8.0_111]
> at 
> java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
>  
> ~[?:1.8.0_111]
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 
> ~[?:1.8.0_111]
> at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) 
> ~[?:1.8.0_111]
> at 
> org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver.resolveCandidateAuthenticationEvents(InitialAuthenticationAttemptWebflowEventResolver.java:101)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at 
> org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver.resolveInternal(InitialAuthenticationAttemptWebflowEventResolver.java:59)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at 
> org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolve(AbstractCasWebflowEventResolver.java:425)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at 
> org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolveSingle(AbstractCasWebflowEventResolver.java:438)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[?:1.8.0_111]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_111]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  
> ~[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
> at 
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at com.sun.proxy.$Proxy84.resolveSingle(Unknown Source) ~[?:?]
> at 
> org.apereo.cas.web.flow.AbstractAuthenticationAction.doExecute(AbstractAuthenticationAction.java:59)
>  
> ~[cas-server-core-webflow-5.0.7.jar!/:5.0.7]
> at 
> org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.action.EvaluateAction.doExecute(EvaluateAction.java:77)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:101) 
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at org.springframework.webflow.engine.State.enter(State.java:194) 
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at org.springframework.webflow.engine.Flow.start(Flow.java:527) 
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:368)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:223)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.webflow.executor.FlowExecutorImpl.launchExecution(FlowExecutorImpl.java:140)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[?:1.8.0_111]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_111]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  
> ~[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
> at 
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
>  
> ~[spring-aop-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at com.sun.proxy.$Proxy103.launchExecution(Unknown Source) ~[?:?]
> at 
> org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:263)
>  
> ~[spring-webflow-2.4.4.RELEASE.jar!/:2.4.4.RELEASE]
> at 
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
>  
> ~[spring-webmvc-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
>  
> ~[spring-webmvc-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
>  
> ~[spring-webmvc-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
>  
> ~[spring-webmvc-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
> ~[javax.servlet-api-3.1.0.jar!/:3.1.0]
> at 
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
>  
> ~[spring-webmvc-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
> ~[javax.servlet-api-3.1.0.jar!/:3.1.0]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 
> ~[tomcat-embed-websocket-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55)
>  
> ~[spring-boot-1.4.2.RELEASE.jar!/:1.4.2.RELEASE]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> com.iqn.cas.servlet.CSPHeaderServlet.doFilterInternal(CSPHeaderServlet.java:116)
>  
> ~[classes!/:5.0.7]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apereo.cas.web.support.CurrentCredentialsAndAuthenticationClearingFilter.doFilter(CurrentCredentialsAndAuthenticationClearingFilter.java:28)
>  
> ~[cas-server-core-web-5.0.7.jar!/:5.0.7]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apereo.cas.security.RequestParameterPolicyEnforcementFilter.doFilter(RequestParameterPolicyEnforcementFilter.java:261)
>  
> ~[cas-server-security-filter-2.0.6.jar!/:2.0.6]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apereo.cas.security.ResponseHeadersEnforcementFilter.doFilter(ResponseHeadersEnforcementFilter.java:238)
>  
> ~[cas-server-security-filter-2.0.6.jar!/:2.0.6]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:105)
>  
> ~[spring-boot-actuator-1.4.2.RELEASE.jar!/:1.4.2.RELEASE]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:89)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apereo.cas.logging.web.ThreadContextMDCServletFilter.doFilter(ThreadContextMDCServletFilter.java:90)
>  
> ~[cas-server-core-logging-5.0.7.jar!/:5.0.7]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:107)
>  
> ~[spring-boot-actuator-1.4.2.RELEASE.jar!/:1.4.2.RELEASE]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.4.RELEASE.jar!/:4.3.4.RELEASE]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apereo.inspektr.common.web.ClientInfoThreadLocalFilter.doFilter(ClientInfoThreadLocalFilter.java:64)
>  
> ~[inspektr-common-1.7.GA.jar!/:1.7.GA]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) 
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) 
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:677) 
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) 
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799) 
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  
> [?:1.8.0_111]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  
> [?:1.8.0_111]
> at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>  
> ~[tomcat-embed-core-8.5.15.jar!/:8.5.15]
> at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
>

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/796c6469-a363-4cf3-a2c0-45040c8d8fb9%40apereo.org.

Reply via email to