Release Notes / Version 12.2506.0
Table Of ContentsEliminated Race Condition on Computation of Image Transformations
A race condition could lead to wrong computation of image transformations, affecting hash computation and potentially other functionality during processing of transformed images. This has been eliminated now.
(CMS-27638)
CAE - development with local resources fixed
When the CAE started with using local resources the following bugs occurred and have been fixed:
resource integrity for css resources were calculated wrong.
chunkPathById.js was stored in the wrong place.
(CMS-27473)
SiteFilter pattern matching for /service/search/{site} fixed for CAE
In the cae.site.patterns property the
{{/service/search/
{site}
}} had an unintended } at the end and therefore did
not match. Now it matches. The bug had no impact as a fallback
resolved the site from the path in another way if no pattern matched.
(CMS-27431)


