renewCheck in login-webflow
Scott Battaglia
scott.battaglia at gmail.com
Sun Jul 22 10:45:30 EDT 2007
The renew check is correct. The CAS protocol states the parameter should be
set (i.e. not blank) and its recommended it be set to true (though we have
no guarantees it will be).
I'd be happy to add the JCIFS updates if they are available via a Maven 2
Repository. If you get a minute, please just add a JIRA issue for it.
Thanks
-Scott
On 7/21/07, Frank Taffelt <frank.taffelt at interface-business.de> wrote:
>
> 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'] != ''
> && externalContext.requestParameterMap['renew'] != null}"
>
> shouldn't this be :
>
> <if test="${externalContext.requestParameterMap['renew'] != 'false'
> && 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
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
--
-Scott Battaglia
LinkedIn: http://www.linkedin.com/in/scottbattaglia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20070722/0a8d2ac8/attachment.html
More information about the cas
mailing list