Like many others, I too am not able to see any POST from cas-server to
clients when /cas/logout is invoked.
I am running cas version 3.4.11 on the server, and protocol saml1.1 on
the clients.
When logging is turned up to debug, only the following is shown in the
logs when /cas/logout is hit.
2011-12-07 09:49:34,252 DEBUG
[org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not
generate service.
2011-12-07 09:49:34,253 DEBUG
[org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not
generate service.
argumentExtractorsConfiguration.xml contains:
<bean
id="casArgumentExtractor"
class="org.jasig.cas.web.support.CasArgumentExtractor"
p:httpClient-ref="httpClient" />
<bean id="samlArgumentExtractor"
class="org.jasig.cas.web.support.SamlArgumentExtractor"
p:httpClient-ref="httpClient" />
<util:list id="argumentExtractors">
<ref bean="casArgumentExtractor" />
<ref bean="samlArgumentExtractor" />
</util:list>
Based on everything I have read, it should be sending a logout
request, but I am just not seeing it.
Any help is appreciated.
-Stephen More
--
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