Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

CMS 10 - HttpContext.Current is null when saving approval sequence

Found in

EPiServer.CMS.UI 10.12.1

Fixed in

EPiServer.CMS.UI 10.12.2

(Or a related package)

Created

Nov 08, 2017

Updated

Nov 10, 2017

Area

CMS UI

State

Closed, Fixed and tested


Description

Steps to reproduce
1. Create a custom SecurityEntityProvider that calls the HttpContext.Current in the Search method.
2. In the edit page, click Edit Approval Sequence.
3. Enable an approval sequence and enter the reviewer's role.
4. Save the approval sequence.

Expected: You can save successfully.
Actual: NullReferenceException in the custom SecurityEntityProvider created in step 1.