Defect HC-9343

Registered user reference issue in the Command Context when controller command called from REST framework.

Software

Customer case Applies to Corrected in
CS0211820 V8.0.4.23 8.0.4.27

Observed behavior

The registered user is not being properly referenced in the Command Context when calling a controller command from a within the REST framework, so the call is treated as though for the generic user.

Expected behavior

The session activity token should have been updated in both the session context and the session information object.

Resolution

The code was fixed to set the activity token in the session information object.