私の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は、ここにあるものとまったく同じです