Go to file
Scott Battaglia 2c9090155a 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
cas-client-core CASC-223 SingleSignOutFilter requires init method to be called which changes the contract with previous versions 2014-05-06 22:35:55 -04:00
cas-client-integration-atlassian [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00
cas-client-integration-jboss [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00
cas-client-integration-tomcat-common [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00
cas-client-integration-tomcat-v6 Merge pull request #68 from leleuj/CASC-220 2014-04-09 08:10:42 +02:00
cas-client-integration-tomcat-v7 Merge pull request #68 from leleuj/CASC-220 2014-04-09 08:10:42 +02:00
cas-client-support-distributed-ehcache [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00
cas-client-support-distributed-memcached [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00
src/licensing Correct license header information. 2014-01-05 22:52:15 -05:00
.gitignore .gitignore Eclipse's .project default output bin/ directory. 2012-10-04 04:53:41 +02:00
LICENSE NOJIRA: 2010-10-23 03:49:49 +00:00
NOTICE Updated notice file 2014-01-07 20:31:24 -05:00
README.txt CASC-151 2011-07-31 18:56:34 +00:00
assembly.xml Changed default for exceptionOnValidationFailure and message. 2013-06-19 23:11:22 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00

README.txt

BUILDING THE CAS CLIENT FOR JAVA

Please note that to be deployed in Maven Central, we mark a number of JARs as provided (related to JBoss and Memcache
Clients).  In order to build the clients, you must enable the commented out repositories in the appropriate pom.xml
files in the modules (cas-client-integration-jboss and cas-client-support-distributed-memcached) or follow the
instructions on how to install the file manually.