Release Notes / Version 10.2107
Table Of ContentsRemove unused dependency
Remove unused dependency
org.springframework.security
in headless-server
(CMS-19084)
SchemaParser ignores type extensions for inherited types
The SchemaParser is responsible to apply the @inherit custom directive, thus apply all inherited fields throughout a type hierarchy. The inheritance did not took fields of type extensions into account. This misbehaviour was fixed.
(CMS-19073)
Replace component annotation with bean annotation
Remove the component annotation on the ContentBlobLinkComposer and create the bean in the CaasConfig
(CMS-19054)
Slightly improved error message handling
For security reasons, Headless Server does not expose any textual error messages anymore, when running in live mode. This prevents any unwanted, accidental exposure of server side error messages which might leak information potentially useful for attackers. In preview mode, error messages are still part of the JSON error response.
(CMS-19045)
Makes constructors of adapters from Headless Server public.
Make Constructors of Adapters public
(CMS-19011)
Cache eviction problem fixed in PageByPathAdapter
The related cache for the PageByPathAdapter was not evicted correctly, which may have cause memory problem.
(CMS-18966)