Go to file
Marvin S. Addison ec0c7d5162 CASC-166 Fix race condition in cached assertion cleanup.
Perform assertion cleanup on same thread as JAAS module invocations to ensure that cleanup of expired assertions occurs before the cache is interrogated. A verifying test case accompanies this fix. The test case required a new module option, cacheTimeoutUnits, in order to complete on a time scale suitable for unit tests.
2012-07-25 16:58:36 -04:00
cas-client-core CASC-166 Fix race condition in cached assertion cleanup. 2012-07-25 16:58:36 -04:00
cas-client-integration-atlassian Jira44CasAuthenticator will handle authentication for versions 4.4 and up 2012-04-02 18:07:37 +08:00
cas-client-integration-jboss Changed to allow usage with systems using Session Fixation fixes following a login 2012-04-13 16:39:41 -04:00
cas-client-integration-tomcat-common Update POM for GitHub and update other stale project information. 2012-03-07 09:43:26 -05:00
cas-client-integration-tomcat-v6 Also register the principal in the current session, if any. 2012-03-07 16:48:20 -08:00
cas-client-integration-tomcat-v7 Also register the principal in the current session, if any. 2012-03-07 16:48:20 -08:00
cas-client-support-distributed-ehcache Update POM for GitHub and update other stale project information. 2012-03-07 09:43:26 -05:00
cas-client-support-distributed-memcached Update POM for GitHub and update other stale project information. 2012-03-07 09:43:26 -05:00
.gitignore Add gitignore file. 2012-03-07 09:49:56 -05:00
LICENSE NOJIRA: 2010-10-23 03:49:49 +00:00
README.txt CASC-151 2011-07-31 18:56:34 +00:00
assembly.xml NOJIRA: 2010-10-23 04:03:14 +00:00
pom.xml Update POM for GitHub and update other stale project information. 2012-03-07 09:43:26 -05: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.