Release Notes / Version 10.2107
Table Of ContentsThird-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-20771)
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)
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)