A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Add explicit (null) fallback behavior to LocalizationService

Fixed in

EPiServer.CMS.Core 9.11.0

(Or a related package)

Created

Jun 09, 2016

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Fixed


Description

Add an additional fallback behavior for LocalizationService that makes the service return null (rather than an empty string) if a missing resource is requested.

This behavior will replace the current method of passing in null as the fallback string in a future major release.