I am following the X509 authentication example
(https://wiki.jasig.org/display/CASUM/X.509+Certificates ) and after
everything is complete and I start up tomcat, I get the following error:

ognl.NoSuchPropertyException:
org.springframework.webflow.engine.impl.RequestControlContextImpl.x509Check

my login-webflow.xml file was updated to have the following:
<action-state id="startAuthenticate">
   <evaluate expression="x509Check" />
   <transition on="success" to="sendTicketGrantingTicket" />
   <transition on="warn" to="warn" />
   <transition on="error" to="generateLoginTicket" />
</action-state>

not sure what would be causing this error. I am using CAS version 3.4.10

Thanks for the help.
Schawn



--
View this message in context: 
http://jasig.275507.n4.nabble.com/ognl-NoSuchPropertyException-x509Check-tp4656226.html
Sent from the CAS Users mailing list archive at Nabble.com.

-- 
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