CAS Server
CAS Clients
Java
The Jasig CAS Client for Java 3.1.8 has been released. This small update includes a number of changes:
- Logout support in the Atlassian Authenticators
- Regression Fix: SingleSingOutFilter failure to get logoutRequest POST param results in redirect loops
- Improve logging for property configuration to say where the property came from
The release can be downloaded from the Jasig Download Center or using Maven2 with the following dependency:
<dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-client-core</artifactId> <version>3.1.7</version> <type>jar</type> <scope>runtime</scope> </dependency>
Note, the scope should be "compile" if you're using the CAS Client APIs.