Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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:

Code Block
xml
xml

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

...