Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

ScheduleJobBase.OnStatusChanged throws exception when message is too long

Found in

EPiServer.CMS.Core 12.19.0

Fixed in

EPiServer.CMS.Core 12.21.0

(Or a related package)

Created

Feb 08, 2024

Updated

Mar 12, 2024

Area

CMS Core

State

Closed, Fixed and tested


Description

Fixed an issue where ScheduleJobBase.OnStatusChanged threw an exception when a message longer than 2048 characters was entered. Now, if a longer message is entered, it is truncated to 2048 characters.