Jasig CAS webflow的问题

时间:2010-10-25 10:47:19

标签: spring spring-webflow cas

我的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与找到的here

完全相同

1 个答案:

答案 0 :(得分:0)

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

<bean id="expressionParser" class="org.springframework.webflow.expression.WebFlowOgnlExpressionParser" />
相关问题