Skip to content

uPortal 5.7.0

Compare
Choose a tag to compare
@bjagg bjagg released this 05 Jul 20:59
· 1815 commits to master since this release

This is a new minor release of uPortal. It includes several enhancements around Soffit / OIDC JWTs (JavaScript Web Tokens), and login/authentication hooks.

List of Changes

Features

  • Add option to turn off JWT encryption ( #1759 )
  • Add support to overwrite properties based on a UP_CLUSTER system var ( #1763 )
  • Add a warning to the logs when an attempt to use local login occurs ( #1761 )
  • Add hooks into LoginController.java and Authentication.java ( #1762 )
  • Allow property to configure JWT Signature Algorithm ( #1755 )
  • Use Trusty for Oracle Java 8 ( #1750 )

Fixes

  • Unescape portlet and tab names in sitemap ( #1767 )
  • Fix typo that breaks layout imports for Oracle > 12 ( #1765 )
  • Rolling back the change to make the parameter maps read-only ( #1752 )
  • Turn off escaping XML on action url to fix & breaking URL ( #1751 )

Documentation Changes

  • Add Chris Beach as a committer ( #1769 )

Chores