do you know any guide? I am not sure how to access request from webflow.. 

thanks


On Tuesday, March 6, 2018 at 10:59:19 AM UTC-8, Manfredo Hopp wrote:
>
> I would try a workaround, maybe accessing request from webflow.
>
> 2018-03-05 14:21 GMT-03:00 Satnam Sarai <satna...@gmail.com <javascript:>>
> :
>
> Hello,
>
> In version 5.2.2, we were able to update casloginview.html to get 
> *request.queryString. 
> *  
>
>
> However, in new version 5.2.3, we are getting template parsing error.  
> below is cas.log and casLoginView.html
>
> Is this there a bug in 5.2.3, getting request.queryString. ?
>
>
>
> >>  casLoginView.html
>
> <!DOCTYPE html>
> <html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"; 
> layout:decorate="~{layout}">
>
> <head>
>     <title th:text="#{cas.login.pagetitle}"></title>
>  
> </head>
>
> <body>
>     <div layout:fragment="content">    
>         <div class="box-hdr">Sign In <span style="color:#fcaf25">|</span> 
> <a 
> th:href="${@environment.getProperty('post.createUrl')+'?'+#strings.defaultString(#
> *request.queryString*,'')}">Create Account</a> </div>
>      
>          <div >
>             <div th:replace="fragments/loginform" />
>         </div> 
>     </div>
> </body>
> </html>
>
>
> === CAS.LOG ==
>
> 2018-03-05 09:17:07,848 ERROR [org.thymeleaf.TemplateEngine] - 
> <[THYMELEAF][https-openssl-nio-8443-exec-7] Exception processing template 
> "casLoginView": An error happened during template parsing (template: "class 
> path resource [templates/casLoginView.html]")>
> org.thymeleaf.exceptions.TemplateInputException: An error happened during 
> template parsing (template: "class path resource 
> [templates/casLoginView.html]")
>     at 
> org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.spring4.view.ThymeleafView.renderFragment(ThymeleafView.java:352)
>  
> ~[thymeleaf-spring4-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.spring4.view.ThymeleafView.render(ThymeleafView.java:190) 
> ~[thymeleaf-spring4-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.springframework.webflow.mvc.servlet.ServletMvcView.doRender(ServletMvcView.java:55)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.mvc.view.AbstractMvcView.render(AbstractMvcView.java:204)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.ViewState.render(ViewState.java:293) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.ViewState.doEnter(ViewState.java:185) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.State.enter(State.java:194) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:105) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.State.enter(State.java:194) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:105) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.State.enter(State.java:194) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.DecisionState.doEnter(DecisionState.java:51)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.State.enter(State.java:194) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:105) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.State.enter(State.java:194) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:105) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.State.enter(State.java:194) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at org.springframework.webflow.engine.Flow.start(Flow.java:527) 
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:368)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:223)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.webflow.executor.FlowExecutorImpl.launchExecution(FlowExecutorImpl.java:140)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[?:1.8.0_152]
>     at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_152]
>     at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  
> ~[?:1.8.0_152]
>     at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_152]
>     at 
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
>  
> ~[spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
>  
> ~[spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
>  
> ~[spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133)
>  
> ~[spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121)
>  
> ~[spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
>  
> ~[spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
>  
> ~[spring-aop-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at com.sun.proxy.$Proxy172.launchExecution(Unknown Source) ~[?:?]
>     at 
> org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:263)
>  
> ~[spring-webflow-2.4.6.RELEASE.jar:2.4.6.RELEASE]
>     at 
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
>  
> ~[spring-webmvc-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
>  
> ~[spring-webmvc-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
>  
> ~[spring-webmvc-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
>  
> ~[spring-webmvc-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) 
> ~[servlet-api.jar:?]
>     at 
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
>  
> ~[spring-webmvc-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) 
> ~[servlet-api.jar:?]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 
> ~[tomcat-websocket.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apereo.cas.web.support.AuthenticationCredentialsLocalBinderClearingFilter.doFilter(AuthenticationCredentialsLocalBinderClearingFilter.java:28)
>  
> ~[cas-server-core-web-5.2.3.jar:5.2.3]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apereo.cas.security.RequestParameterPolicyEnforcementFilter.doFilter(RequestParameterPolicyEnforcementFilter.java:261)
>  
> ~[cas-server-security-filter-2.0.7.jar:2.0.7]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apereo.cas.security.ResponseHeadersEnforcementFilter.doFilter(ResponseHeadersEnforcementFilter.java:245)
>  
> ~[cas-server-security-filter-2.0.7.jar:2.0.7]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:110)
>  
> ~[spring-boot-actuator-1.5.8.RELEASE.jar:1.5.8.RELEASE]
>     at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apereo.cas.logging.web.ThreadContextMDCServletFilter.doFilter(ThreadContextMDCServletFilter.java:93)
>  
> ~[cas-server-core-logging-5.2.3.jar:5.2.3]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106)
>  
> ~[spring-boot-actuator-1.5.8.RELEASE.jar:1.5.8.RELEASE]
>     at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.springframework.boot.web.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:115)
>  
> ~[spring-boot-1.5.8.RELEASE.jar:1.5.8.RELEASE]
>     at 
> org.springframework.boot.web.support.ErrorPageFilter.access$000(ErrorPageFilter.java:59)
>  
> ~[spring-boot-1.5.8.RELEASE.jar:1.5.8.RELEASE]
>     at 
> org.springframework.boot.web.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:90)
>  
> ~[spring-boot-1.5.8.RELEASE.jar:1.5.8.RELEASE]
>     at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  
> ~[spring-web-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.boot.web.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:108)
>  
> ~[spring-boot-1.5.8.RELEASE.jar:1.5.8.RELEASE]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apereo.inspektr.common.web.ClientInfoThreadLocalFilter.doFilter(ClientInfoThreadLocalFilter.java:66)
>  
> ~[inspektr-common-1.8.0.GA.jar:1.8.0.GA]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.java:71)
>  
> ~[log4j-web-2.9.1.jar:2.9.1]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) 
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) 
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
>  
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) 
> ~[catalina.jar:8.5.24]
>     at 
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) 
> ~[tomcat-coyote.jar:8.5.24]
>     at 
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
>  
> ~[tomcat-coyote.jar:8.5.24]
>     at 
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
>  
> ~[tomcat-coyote.jar:8.5.24]
>     at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
>  
> ~[tomcat-coyote.jar:8.5.24]
>     at 
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>  
> ~[tomcat-coyote.jar:8.5.24]
>     at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  
> ~[?:1.8.0_152]
>     at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  
> ~[?:1.8.0_152]
>     at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>  
> ~[tomcat-util.jar:8.5.24]
>     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
> Caused by: org.attoparser.ParseException: Exception evaluating SpringEL 
> expression: 
> "@environment.getProperty('post.createUrl')+'?'+#strings.defaultString(#request.queryString,'')"
>  
> (template: "casLoginView" - line 11, col 72)
>     at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at org.attoparser.MarkupParser.parse(MarkupParser.java:257) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     ... 145 more
> Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception 
> evaluating SpringEL expression: 
> "@environment.getProperty('post.createUrl')+'?'+#strings.defaultString(#request.queryString,'')"
>  
> (template: "casLoginView" - line 11, col 72)
>     at 
> org.thymeleaf.spring4.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:290)
>  
> ~[thymeleaf-spring4-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:165)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:126)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:290) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
>  
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
>  
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
>  
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at org.attoparser.MarkupParser.parse(MarkupParser.java:257) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     ... 145 more
> Caused by: org.springframework.expression.spel.SpelEvaluationException: 
> EL1021E: A problem occurred whilst attempting to access the property 
> 'queryString': 'Unable to access property 'queryString' through getter 
> method'
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:218)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:94)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference.access$000(PropertyOrFieldReference.java:46)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:379)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.MethodReference.getArguments(MethodReference.java:155)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.MethodReference.getValueRef(MethodReference.java:72)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:66)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:87)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.OpPlus.getValueInternal(OpPlus.java:85)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:121)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:324)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.thymeleaf.spring4.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:263)
>  
> ~[thymeleaf-spring4-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:165)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:126)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:290) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
>  
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
>  
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
>  
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at org.attoparser.MarkupParser.parse(MarkupParser.java:257) 
> ~[attoparser-2.0.4.RELEASE.jar:2.0.4.RELEASE]
>     at 
> org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     ... 145 more
> Caused by: org.springframework.expression.AccessException: Unable to 
> access property 'queryString' through getter method
>     at 
> org.springframework.expression.spel.support.ReflectivePropertyAccessor$OptimalPropertyAccessor.read(ReflectivePropertyAccessor.java:640)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:213)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:94)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference.access$000(PropertyOrFieldReference.java:46)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:379)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.MethodReference.getArguments(MethodReference.java:155)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.MethodReference.getValueRef(MethodReference.java:72)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:66)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:87)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.OpPlus.getValueInternal(OpPlus.java:85)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:121)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:324)
>  
> ~[spring-expression-4.3.14.RELEASE.jar:4.3.14.RELEASE]
>     at 
> org.thymeleaf.spring4.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:263)
>  
> ~[thymeleaf-spring4-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:165)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:126)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.engine.Model.process(Model.java:282) 
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at 
> org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
>  
> ~[thymeleaf-3.0.9.RELEASE.jar:3.0.9.RELEASE]
>     at org.thymeleaf.en
>
> ...

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/a598cb71-c409-4761-8a77-f1c933df0752%40apereo.org.

Reply via email to