Ray, you was right
I forgot about dependecy
compile "org.apereo.cas:cas-server-support-jdbc:${project.'cas.version'}"
Thanks a lot!
пятница, 5 апреля 2019 г., 13:56:55 UTC+3 пользователь Andrey Seledkov
написал:
>
> Hello team.
>
> I setup cas overlay template , version 6.0.3
>
> I am trying to authenticate user , but got next stack trace , please
> assist
>
> My application.properties
>
> cas.authn.accept.users=
> cas.authn.accept.name=
> cas.jdbc.showSql=true
> cas.authn.jdbc.query[0].sql=SELECT password FROM users WHERE username=?
> cas.authn.jdbc.query[0].url=jdbc:mysql://localhost:3306/test
> cas.authn.jdbc.query[0].dialect=org.hibernate.dialect.MySQL8Dialect
> cas.authn.jdbc.query[0].user=root
> cas.authn.jdbc.query[0].password=1111
> cas.authn.jdbc.query[0].driverClass=com.mysql.jdbc.Driver
> cas.authn.jdbc.query[0].fieldPassword=password
> cas.authn.jdbc.query[0].passwordEncoder.type=NONE
> cas.authn.jdbc.query[0].passwordEncoder.characterEncoding=UTF-8
>
>
> and my registry service
>
> {
> "@class": "org.apereo.cas.services.RegexRegisteredService",
> "serviceId": "^https://localhost",
> "name": "HTTPS/IMAPS wildcard",
> "id": 1001,
> "evaluationOrder": 99999,
> }
>
>
>
> WHO: test
>
>
> WHAT: Supplied credentials:
> [UsernamePasswordCredential(username=test, source=null)]
>
>
> ACTION: AUTHENTICATION_FAILED
>
>
> APPLICATION: CAS
>
>
>
> WHEN: Fri Apr 05 13:38:14 EEST 2019
>
>
> CLIENT IP ADDRESS: 0:0:0:0:0:0:0:1
>
>
>
> SERVER IP ADDRESS: 0:0:0:0:0:0:0:1
>
>
>
> =============================================================
>
>
>
>
>
>
>
>
>
> 13:38:14.076 [https-jsse-nio-8443-exec-7]
> DEBUG
> org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver
> - 0 errors, 0 successes
>
> org.apereo.cas.authentication.AuthenticationException: 0 errors, 0 successes
>
>
> at
> org.apereo.cas.authentication.PolicyBasedAuthenticationManager.evaluateFinalAuthentication(PolicyBasedAuthenticationManager.java:349)
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.authentication.PolicyBasedAuthenticationManager.authenticateInternal(PolicyBasedAuthenticationManager.java:327)
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.authentication.PolicyBasedAuthenticationManager.authenticate(PolicyBasedAuthenticationManager.java:136)
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.authentication.PolicyBasedAuthenticationManager$$FastClassBySpringCGLIB$$90e801d3.invoke()
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
> ~[spring-core-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
> at
> org.apereo.inspektr.audit.AuditTrailManagementAspect.handleAuditTrail(AuditTrailManagementAspect.java:135)
> ~[inspektr-audit-1.8.4.GA.jar!/:1.8.4.GA]
>
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> ~[?:?]
>
> at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ~[?:?]
>
> at
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[?:?]
>
> at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
>
>
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
> at
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
> ~[spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.apereo.cas.authentication.PolicyBasedAuthenticationManager$$EnhancerBySpringCGLIB$$97e6c1da.authenticate()
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.authentication.DefaultAuthenticationTransactionManager.handle(DefaultAuthenticationTransactionManager.java:31)
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.authentication.DefaultAuthenticationSystemSupport.handleAuthenticationTransaction(DefaultAuthenticationSystemSupport.java:48)
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.authentication.DefaultAuthenticationSystemSupport.handleInitialAuthenticationTransaction(DefaultAuthenticationSystemSupport.java:34)
> ~[cas-server-core-authentication-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver.resolveInternal(DefaultCasDelegatingWebflowEventResolver.java:76)
> [cas-server-core-webflow-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolve(AbstractCasWebflowEventResolver.java:143)
> [cas-server-core-webflow-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolveSingle(AbstractCasWebflowEventResolver.java:148)
> [cas-server-core-webflow-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
>
>
> at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ~[?:?]
>
> at
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[?:?]
>
> at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
>
>
> at
> org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:246)
> [spring-core-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean.invoke(GenericScope.java:494)
> [spring-cloud-context-2.1.0.RELEASE.jar!/:2.1.0.RELEASE]
>
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
> [spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
> [spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at com.sun.proxy.$Proxy258.resolveSingle(Unknown
> Source) [?:?]
>
> at
> org.apereo.cas.web.flow.actions.AbstractAuthenticationAction.doExecute(AbstractAuthenticationAction.java:55)
> [cas-server-core-webflow-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
>
> at
> org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
>
>
> at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ~[?:?]
>
> at
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[?:?]
>
> at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
>
>
> at
> org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:246)
> [spring-core-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean.invoke(GenericScope.java:494)
> [spring-cloud-context-2.1.0.RELEASE.jar!/:2.1.0.RELEASE]
>
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
> [spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
> [spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at com.sun.proxy.$Proxy250.execute(Unknown Source)
> [?:?]
>
> at
> org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.action.EvaluateAction.doExecute(EvaluateAction.java:77)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.execution.AnnotatedAction.execute(AnnotatedAction.java:145)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:101)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.State.enter(State.java:194)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.Transition.execute(Transition.java:228)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.ViewState.handleEvent(ViewState.java:231)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.ViewState.resume(ViewState.java:195)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.Flow.resume(Flow.java:537)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:259)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.webflow.executor.FlowExecutorImpl.resumeExecution(FlowExecutorImpl.java:168)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
>
>
> at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ~[?:?]
>
> at
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[?:?]
>
> at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
>
>
> at
> org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:246)
> [spring-core-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean.invoke(GenericScope.java:494)
> [spring-cloud-context-2.1.0.RELEASE.jar!/:2.1.0.RELEASE]
>
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
> [spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
> [spring-aop-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at com.sun.proxy.$Proxy259.resumeExecution(Unknown
> Source) [?:?]
>
> at
> org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:254)
> [spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
>
> at
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1038)
> [spring-webmvc-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
> [spring-webmvc-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
> [spring-webmvc-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
> [spring-webmvc-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
> [javax.servlet-api-4.0.1.jar!/:4.0.1]
>
> at
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
> [spring-webmvc-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
> [javax.servlet-api-4.0.1.jar!/:4.0.1]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apereo.cas.web.support.AuthenticationCredentialsThreadLocalBinderClearingFilter.doFilter(AuthenticationCredentialsThreadLocalBinderClearingFilter.java:28)
> [cas-server-core-web-api-6.0.3-SNAPSHOT.jar!/:6.0.3-SNAPSHOT]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apereo.cas.security.RequestParameterPolicyEnforcementFilter.doFilter(RequestParameterPolicyEnforcementFilter.java:261)
> [cas-server-security-filter-2.0.10.4.jar!/:2.0.10.4]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apereo.cas.security.ResponseHeadersEnforcementFilter.doFilter(ResponseHeadersEnforcementFilter.java:240)
> [cas-server-security-filter-2.0.10.4.jar!/:2.0.10.4]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apereo.cas.security.AddResponseHeadersFilter.doFilter(AddResponseHeadersFilter.java:94)
> [cas-server-security-filter-2.0.10.4.jar!/:2.0.10.4]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
> [spring-boot-actuator-2.1.2.RELEASE.jar!/:2.1.2.RELEASE]
>
> at
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
> [spring-web-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
> at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
> at
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
> [spring-web-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:157)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
> [spring-security-web-5.1.2.RELEASE.jar!/:5.1.2.RELEASE]
>
> at
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
> [spring-web-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
> [spring-web-5.1.3.RELEASE.jar!/:5.1.3.RELEASE]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> [tomcat-embed-core-9.0.17.jar!/:9.0.17]
>
> at
> org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
> [spring-web-5.1.3.RELEASE.jar!/:5.1.3.RELEAS
>
> ...
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
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/10aba5bf-091c-48bc-b332-6fb4b743c631%40apereo.org.