I can see that default value for redirectAfterValidation 
in Cas10TicketValidationFilter is true. This means that the ticket is not 
in parameter, so the next call of the service (with no ticket in parameter) 
will not being validate by the cas server ?

Le mercredi 22 août 2012 16:44:32 UTC+2, Nicolas Geraud a écrit :
>
> hi all,
>
> there is something that I don't understand in the CAS authentication 
> workflow.
>
> my webapp is protected via web.xml filters.
>
> The SSO works well because i can display request.getRemoteUser() on the 
> client side.
>
> But after that, if i stop the cas server, nothing appear on the client 
> side and I could refresh my client application without any error. Is it 
> normal?
>
> I thought I understood that the client application validate the ticket on 
> each request.
>
>
> When I look at source code I can see in 
> AbstractTicketValidationFilter.doFilter the code below : 
>
> if (CommonUtils.isNotBlank(ticket)) {
>
>     //validate the ticket
>
> } else filterChain.doFilter ...
>
>
> So do I understand that my ticket is blank ?
>
>
> -- 
> 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
>
>
-- 
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