CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
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
(module 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.