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

Activites should be saved in background context

Found in

EPiServer.CMS.Core 12.20.3

Fixed in

EPiServer.CMS.Core 12.21.0

(Or a related package)

Created

Mar 06, 2024

Updated

Mar 12, 2024

Area

CMS Core

State

Closed, Fixed and tested


Description

Fixed an issue where some activities were saved using an async method in which the calling thread completed while the background thread was being executed, and this could cause an ObjectDisposedException. Now, the background async save runs in a background context to ensure that it gets its own scoped IoC container.