EPiServer.CMS.Core 12.9.2
EPiServer.CMS.Core 12.12.0
Nov 16, 2022
Jan 13, 2023
CMS Core
Closed, Fixed and tested
Fixed an issue that threw an SQL exception in SPROC netApprovalAdd when you requested an approval on a content item with an anonymous user. The SPROC expected that the parameter @StartedBy is not null.
HttpContext.User.Identity.Name has changed from "" (empty string) to null between .NET Framework and ASP.NET Core.