java-cas-client/cas-client-core/src
Scott Battaglia db4057815a CASC-223 SingleSignOutFilter requires init method to be called which changes the contract with previous versions
Problem: Some clients such as Spring Security configure the filter via Spring configuration, meaning the handler's init method
is not called vai the Filter#init method.

Solution: For now, have an atomic boolean to determine if init was called or not and call it if necessary as part of the flow.
2014-05-06 22:35:55 -04:00
..
main/java/org/jasig/cas/client CASC-223 SingleSignOutFilter requires init method to be called which changes the contract with previous versions 2014-05-06 22:35:55 -04:00
test CASC-220: Support front channel SLO logout 2014-04-01 16:46:19 +02:00