Hi, You're right, the documentation is outdated. I will update the wiki page. In fact, this property now exists in the *LogoutManagerImpl* class : https://github.com/Jasig/cas/blob/master/cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/applicationContext.xml#L95 . Best regards, Jérôme
2013/9/6 Ian Wright <[email protected]> > Hi, > I'm looking at single sign out for CAS 4 (RC1) and have been looking the > wiki page: > https://wiki.jasig.org/**display/CASUM/Single+Sign+Out<https://wiki.jasig.org/display/CASUM/Single+Sign+Out> > > I've tried setting the attribute p:disableSingleSignOut="false" however it > then fails to start with the error: > > Error creating bean with name 'casArgumentExtractor' defined in > ServletContext resource [/WEB-INF/spring-**configuration/** > argumentExtractorsConfiguratio**n.xml]: Error setting property values; > nested exception is org.springframework.beans.**NotWritablePropertyException: > Invalid property 'disableSingleSignOut' of bean class > [org.jasig.cas.web.support.**CasArgumentExtractor]: Bean property > 'disableSingleSignOut' is not writable or has an invalid setter method. > > (If it's relevant at the moment I'm looking at mod_auth_cas, perl, php and > possibly python and java clients - so far mod_auth_cas and perl don't > support SAML1.1 for attribute release (not too hard to change however)) > > I'm aware there have been some changes in this area - any ideas what I > need to do? > > Thanks, > Ian > > > > -- > 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-dev<http://www.ja-sig.org/wiki/display/JSG/cas-dev> > -- 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-dev
