Getting the files
The files are attached to this Wiki page.
Release Documentation
README
There is a README file included with the distribtion, the contents of which are also presented online here.
Upgrading from pre-2.0.12 versions
Upgrading from a pre-2.0.12 version will be mostly seamless with the important exception of a newly-required login ticket to be passed by the form on login.jsp. Within the <form> and </form> tags of your
current login.jsp, you will need to add the following:
<input type="hidden" name="lt" value="<%= request.getAttribute("edu.yale.its.tp.cas.lt") %>" />
This will pass the login ticket to the login servlet.
See the history for versions 2.0.12beta and 2.0.12beta2 for more detailed information.
Release notes
These release notes compare this release with Yale CAS Server 2.0.12 beta 3.
CAS 2.0.12 (May 2004):
- no functional changes from CAS 2.0.12beta3. Modified documentation to make newly-required login ticket more prominent.