> When logging out of app1 (step3), this gets printed on app2's console (log > level: debug): > > 08:15:42,806 DEBUG > [org.jasig.cas.client.authentication.Saml11AuthenticationFilter] > (http--0.0.0.0-8080-3) no ticket and no assertion found > 08:15:42,807 DEBUG > [org.jasig.cas.client.authentication.Saml11AuthenticationFilter] > (http--0.0.0.0-8080-3) Constructed service url: http://myip:8080/app2 > 08:15:42,807 DEBUG > [org.jasig.cas.client.authentication.Saml11AuthenticationFilter] > (http--0.0.0.0-8080-3) redirecting to > "https://mycasip:8443/cas/login?TARGET=http%3A%2F%2Fmyip%3A8080%2Fapp2"
Turn up the log level for og.jasig.cas.client to TRACE and you should see output from SingleSignOutFilter. If you do not see output, then the filter is not firing for some reason. Possible causes may be filter scoping in your web.xml or networking issues (firewalls, load balancers). M -- 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
