Release Notes / Version 12.2404
Table Of ContentsOld SiteFilter is configured to avoid unwanted site resolvings
In very rare cases it could happen that the CAE SiteFilter resolves a wrong site for certain requests. The SiteFilter was not actually responsible for these requests (e.g. fragment calls). In addition, this could only occur if legacy mode was used, i.e. if no site patterns had been configured. To avoid these unwanted hits even in legacy mode, we have now at least activated the ignore patterns in the default configuration (cae application.properties).
(CMS-24830)
Updated and optimized @coremedia/brick-mediaelement
The external library mediaelement has been updated to latest version 7. In the past the library has been loaded asynchronously only if a video or audio is used. But this caused a ~250ms delay for initializing mediaelement, which results in a short video flickering for videos with autoplay=true. To avoid the flickering the library (~150kb) is now loaded directly in the brick.
(CMS-24711)