[cas-dev] CAS 3.1-M1 SAMLException
Scott Battaglia
scott.battaglia at gmail.com
Fri Feb 9 15:40:54 EST 2007
Marvin,
I've checked that into CVS along with some other changes like using the
SamlArgumentExtractor instead of setting parameter names (requires an
updated cas-server jar).
Thanks
-Scott
On 2/9/07, Marvin Addison <serac at vt.edu> wrote:
>
> Scott,
>
> Don't know if you've checked in a fix for this yet, but here's my $0.02.
> Replace the helper method
> AbstractUrlBasedTicketValidator.getEncodedService(Service service) with
> a more generic one:
>
> AbstractUrlBasedTicketValidator.urlEncode(String s). Then the call in
> Saml10TicketValidator.constructURL would look like the following:
>
> return getCasServerUrl()
> + "/samlValidate?SAMLart=" + urlEncode(ticketId)
> + "&TARGET=" + urlEncode(service.getId());
>
> Regards,
> Marvin
> _______________________________________________
> cas-dev mailing list
> cas-dev at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas-dev/attachments/20070209/092f4a56/attachment.html
More information about the cas-dev
mailing list