Release Notes / Version 11.2301
Table Of Contents
The deprecated Sitemap URI Pattern
/service/sitemap/\{sitemapPath\
} and the related handler have been removed from
com.coremedia.blueprint.cae.sitemap.SitemapHandler
(
cae-base-lib
). The same applies to private members
ACTION_NAME
and
SITEMAP_PATH
which are now obsolete.
Use {{/service-sitemap-\{siteId\}-\{sitemapFile\}}} instead. It is defined by
SitemapHandler.URI_PATTERN_SITEMAP
.
If you still require the old mapping or members, ensure to keep your existing
SitemapHandler
in CoreMedia Blueprint.
(CMS-20048)