Release Notes / Version 11.2210
Table Of ContentsFixed Handling of Broken Internal Links in RichText
In case that an internal Link in RichText cannot be built because the LinkFormatter throws an exception, the live CAE used to discard the whole RichText. Now it just discards the A-Tag. Preview CAE still displays the exception.
(CMS-21652)
Deprecation: Bean Generator tool has been deprecated
Bean Generator tool is outdated and has been deprecated.
(CMS-20733)
Configured Less Strict Cookie Defaults for Local Development
The
local
spring profile for live and preview CAE now configures the following cookie defaults:
cae.cookie.force-secure=false cae.cookie.same-site=Lax
(CMS-18964)