I suspect the problem is that CAS is using Spring EL instead of OGNL,
for which the X.509 docs are written.  Spring EL became the default as
of Spring Webflow 2.0 IIRC, but we have switches to enable OGNL in
cas-server.xml:

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

Please make sure you have that.

M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to