This page exists to collect links to Wiki pages specific to each distribution. Those pages in turn include the distributed files as well as release-specific documentation.
2.1.x
The 2.1.x line introduced the CASReceipt in particular and the filter composition approach to extension in general.
2.0.x
The 2.0.x line introduced support for some of the functionality offered by the 2.0 version of the CAS protocol and of the server implementation.
This line was distributed as part of the Yale suite of CAS clients.

There are some misses in backward compability with 1.3 JDK, which is ORACLE client work horse.
1. CASValidateFilter - pv.setRenew(Boolean.valueOf(casRenew).booleanValue()) . Boolean.valueOf cant have boolean argument which casRenew is.
The same goes for CASFilter
2. ProxyEchoFilter - StringBuffer doesnt have method indexOf.