Jasig CAS webflow 的问题

发布于 2024-09-29 16:07:31 字数 838 浏览 3 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眉目亦如画i 2024-10-06 16:07:31

哦,愚蠢真是可悲。花了很多时间认为这是一个依赖性问题,但实际上 cas 3.4.3 有不同的 cas-servlet.xml,其中包含以下内容:

<bean id="expressionParser" class="org.springframework.webflow.expression.WebFlowOgnlExpressionParser" />

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:

<bean id="expressionParser" class="org.springframework.webflow.expression.WebFlowOgnlExpressionParser" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文