Release Notes / Version 11.2210
Table Of ContentsRemoval: Bean Generator
The outdated bean generator tool is removed.
Along with the removal of the bean generator the ant dependency was removed and is no longer managed in
com.coremedia.cms:common-thirdparty-bom
.
(CMS-21796)
Ignore View Name on File Navigation Attempts
When a request with a suspicious view name is provided that tries to traverse the filesystem, the view will now be ignored instead of forwarding to an error page. This is the same behavior like for other invalid view names. For such suspicious requests, an info will be logged.
(CMS-19122)