Versions Compared

Key

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

...

A solution

New this version, the preferred approach to CASifying uPortal is to map the CASValidateFilter in front of the uPortal Login servlet. This approach pulls the authentication code out of the SecurityContext implementation itself, making the YaleCasFilteredContext a thin implementation which defers to the work already accomplished by the filter.

...