Release Notes / Version 11.2210
Table Of ContentsThird-Party Update: commons-text
Apache commons-text has been updated to version 1.10.0 to avoid security vulnerability CVE-2022-42889.
(CMS-22268)
Removed pbe Taglib Declaration from Blueprint taglibs.jinc
Removed pbe taglib declaration from cae-base-lib's taglibs.jinc, since cap-editing-pbe-taglib-component has been removed as of 2110.1.
(CMS-22058)
Fixed a Bug Regarding Annotation Lookup of Link Schemes
Lookup of @Link Annotation failed under certain conditions. This bug is fixed.
(CMS-22043)
Fixed the Order of the 'viewEngines' Bean
The type of the 'viewEngines' bean was changed to 'LinkedHashMap', so that custom view engines can be correctly prepended or appended.
(CMS-22031)
Bugfix: Issue with Responsive Image Delivery for Extremely Small Images
Delivery of responsive images could fail, if the original image is extremely small and no crops had been defined in CoreMedia Studio. More specifically, this issue arose for images whose dimensions were smaller than the corresponding aspect ratio.
(CMS-22011)
Fixed the Handling of Preview Date
Fixed the handling of preview date parameter, so that the preview date parameter is ignored by the live CAE.
(CMS-22001)
CORS Configurations are Now Ordered by Best-matching Path Pattern
The CORS configurations that are assembled from the
cae.cors.*
configuration properties are now sorted by best-matching
URI templates
, where configurations with more detailed path patterns win over those with more generic patterns.
(CMS-21878)
Fixed a Bug Regarding Encoding of Resource URLs
Resource URLS containing non URL characters were encoded twice. This bug has been fixed.
(CMS-19083)