Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CAS Server

CAS Client

The Jasig CAS Client for Java 3.1.7 was released to the public Maven2 Repositories recently. This release includes a few minor changes:

  • Safe Request Parameter checking - Allows you to put a CAS filter in front of something that reads from the input stream.
  • Fix for Proxy Support - Proxy Chains from the web.xml would not parse properly (but Spring support was fine)
  • CAS Login Url Construction now allows for non-standard parameters to be included
Code Block
xml
xml

<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.

OpenRegistry