Release Notes / Version 10.2107
Table Of ContentsFix for scrambled fragment output in sfcc livecontext integration
Use isprint in the coremedia cartridge to write fragment payload into response. This avoids circumstances where the fragment output was written at a wrong position. Needs cartridge version >= 3.2.16
(CMS-16149)
SFCC API version 19.10
The CoreMedia cartridge needs to be updated to support the Salesforce API version 19.10. The usage of the deprecated ServiceRegistry has been replaced by the newer LocalServiceRegistry.
(CMS-16118)
Robustness: Handling of seo url redirects
The pageid parameter in url redirects may be missing. This causes problems in followup fragment requests due to an incomplete fragment context. This fix avoids problems with a missing pageid parameter.
(CMS-15520)