Defect HC-5280

flowisEnabled tag throwing NullPointerException when user activity CTXMGMT has expired

Software

Customer case Applies to Corrected in
CS0138151 V8.0.4.24 9.0.1.14

Observed behavior

The flowisEnabled tag throws a NullPointerException when the context has expired.

Expected behavior

When the context service attempts to retrieve the base context, it will return null if it is not found. The null value is not properly handled.

Resolution

Additional logic was added to detect the null value and change the default store value to zero when there is no context found.