i'm not sure if the test for the renew functionality check is correct, 
in login-webflow.xml for the decisionstate renewRequestCheck:

<if test="${externalContext.requestParameterMap['renew'] != '' 
&amp;&amp; externalContext.requestParameterMap['renew'] != null}"

shouldn't this be :

<if test="${externalContext.requestParameterMap['renew'] != 'false' 
&amp;&amp; externalContext.requestParameterMap['renew'] != null}"
?

Annother point for the upcoming 3.1  release, it would be fine if you 
could please update your jcifs version to the latest one.

Frank
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to