Release Notes / Version 11.2201
Table Of ContentsContent-Hub: Images broken
Due to a bug in JVM version 11.0.14.9 the content-hub images (pictures) could not be loaded.
The container base image
coremedia/java-application-base
has been updated to JVM version 11.0.14.10.
(CMS-21053)
Multi Catalog Search
Search within commerce products from a non-default catalog is now correctly executed. This currently only affects our HCL Commerce integration out of the box, which supports multiple catalogs. The fix requires HCL Commerce Adapter version 2.0.7 or higher.
(CMS-20777)
Content Hub Import: Class Cast Exception if ContentModel Contains List
To import a ContentHubItem the ContentModel can specify which properties has to be set in the imported Content by setting ContentModel.contentProperties. If the ContentModel.contentProperties contains a list of ContentModelReference the references are resolved and imported as Content too. Unfortunately a for Lists other than ContentModelReference a ClassCastException has been thrown and the import failed. This behavior has been resolved and Lists other than ContentModelReference stay untouched and will be copied as Content property to the imported Content.
(CMS-20744)
Fixed Taxonomy Root Node Resolving
The resolving of taxonomy root nodes is now implemented with a content query. This way, nodes are not skipped because of the SOLR search limit.
(CMS-20699)
Third-party : h2database Dependency Removed
h2database dependency raised issue in security scans and since this dependency was used only for testing purpose, it has been removed.
(CMS-20650)
Prevented Wrong Segment Format Validation Issues
The
SegmentFormatValidator
now makes use of
UrlPathFormattingHelper#tidyUrlPath
before the actual validation takes place. This ensures that the validation is based on the same segment formatting that is used in the deliveries and thus prevents false-positive validation issues.
(CMS-20450)
ContentHub UrlBlobBuilder and Proxies
The UrlBlobBuilder (Studio-Server API for Content Hub) now respects a possibly set authenticator via java.net.Authenticator#setDefault. This, for example, provides the opportunity, to enable password authentication, if Studio server runs behind a proxy requiring authentication.
(CMS-20380)
Fixed User Manager Delete Action
Admin users are no longer able to delete themselves when logged into the Studio.
(CMS-20318)
Better Login Check
The login now checks the permissions of the given user more detaily.
(CMS-20042)
Filter destroyed taxonomies when creating a comment
When creating a new comment, an exception occured, if the linked taxonomy was deleted or destroyed. This is fixed now, the affected taxonomies are filtered out.
(CMS-20010)