Version 4.4.2
January 5, 2022
Improvements
- The admin app project view now includes a "Validation Summary" tab at the project and folder levels, which displays a list of the content items within the project (or folder) that have validation records against them.
- The “SAML IdP Configuration” window now includes a “Single Log Out Endpoint URL” text field.
Issue Resolution
- Upgrade
log4j
library to version 2.17.1, to address vulnerability issues CVE-2021-44228 and CVE-2021-45046 - Deleting a top-level folder in the admin project view will not delete subfolders with the same name.
- SAML Service Provider (SP) metadata export includes SingleLogoutService endpoint.
- Nested DITA <title> content is indexed for searching (as body text).
- Multiple SAML IdP configurations can be stored with the same EntityId without causing portal login failures.
- Logging back in after the admin application session times out will return to the default admin app view.
Deprecated Features
These platform features are deprecated and will be removed at the next major release.
-
/resources/scripts/libs
javascript files.The Titania Delivery platform includes the following javascript files that are available to themes using a url like
[td-host]/resources/scripts/libs/[filename]
. The preferred way to include front-end javascript resources is to put them in thestatic/scripts
theme directory. Refer to Managing Static Files for a Portalbootstrap.js
(version 3.0.3)bootstrap.min.js
(version 3.0.3)jquery-1.11.0.js
jquery-1.11.0.min.js
moment.min.js
(version 2.9.0)
- The default (built-in) portal login page will be removed at the
next major release. This page is automatically supplied
by the platform if the portal theme did not include a
pages/login.ftl
template. All themes provided by Oberon Technologies for the last several years have included this file. But it is possible that very old themes do not includepages/login.ftl
. To avoid problems when upgrading to the next major release, Titania administrators should verify that their portal themes include this file (if using portal authentication). Refer to the Titania Delivery Developer's Guide for additional information.