NIcola,

Strange.

Are you sure this configuration is updated in the
argumentExtractorsConfiguration.xml in the CAS web application as deployed
to your servlet container, and that you've restarted the servlet container
since making this configuration change?

Andrew




On Thu, Nov 15, 2012 at 8:34 AM, Nicola Zannino <[email protected]> wrote:

> Hi, tanks for answer, I already tried this way:
>
>
> <bean id="casArgumentExtractor" 
> class="org.jasig.cas.web.support.CasArgumentExtractor"
>          p:httpClient-ref="httpClient"
>          p:disableSingleSignOut="true" />
>
>   <bean id="samlArgumentExtractor"
> class="org.jasig.cas.web.support.SamlArgumentExtractor"
>              p:httpClient-ref="httpClient"
>              p:disableSingleSignOut="true" />
>
> but doesnt work, cas sends logout anyway.
> Nicola.
>
> 2012/11/15 jleleu <[email protected]>
>
>>  Hi,
>>
>> It's defined in the argumentExtractorsConfiguration.xml file :
>>         <bean id="casArgumentExtractor"
>> class="org.jasig.cas.web.support.CasArgumentExtractor"
>>          p:httpClient-ref="noRedirectHttpClient"
>>          p:disableSingleSignOut="${slo.callbacks.disabled:false}" />
>>
>> Just set the slo.callbacks.disabled property to true in your
>> cas.properties file to disable logout.
>> Best regards,
>> Jérôme
>>
>> --
>> 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
>
>

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