Jasig CAS webflow 的问题
我的 pom 中有 CAS 3.4.3。从 Jasig CAS zip 中,我包含了所有配置,包括 login-webflow.xml
当我使用 CAS 源构建应用程序时,相同的配置也适用于我。目前我遇到一个异常:
org.springframework.expression.spel.SpelParseException: EL1041E:(pos 33): After parsing a valid expression, there is still more data in the expression: 'neq'
at org.springframework.expression.spel.standard.InternalSpelExpressionParser.doParseExpression(InternalSpelExpressionParser.java:118)
有人遇到过这种错误吗?当InternalSpelExpressionParser评估flowScope.ticketGrantingTicketId neq null时,会发生这种情况,
这个示例login-webflow.xml是否正确?我浏览了几个参考文献,但没有发现任何关于表达式“neq”的内容...
我的login-webflow.xml与发现的完全相同 此处
I have CAS 3.4.3 in my pom. From Jasig CAS zip I included all configuration including login-webflow.xml
The same configuration was working for me when I built my application with CAS source. Currently I get an exception:
org.springframework.expression.spel.SpelParseException: EL1041E:(pos 33): After parsing a valid expression, there is still more data in the expression: 'neq'
at org.springframework.expression.spel.standard.InternalSpelExpressionParser.doParseExpression(InternalSpelExpressionParser.java:118)
Has anyone encountered this kind of error? It happens when InternalSpelExpressionParser is evaluating flowScope.ticketGrantingTicketId neq null
is this sample login-webflow.xml even correct? I have looked through several references and haven't found anything on expression 'neq'...
My login-webflow.xml is exactly the same as found here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哦,愚蠢真是可悲。花了很多时间认为这是一个依赖性问题,但实际上 cas 3.4.3 有不同的 cas-servlet.xml,其中包含以下内容:
Oh its sad to be stupid. Spent a lot of time thinking it was a dependency issue but actually cas 3.4.3 has different cas-servlet.xml that contains following: