Defect HC-4456
flowisEnabled tag throwing NullPointerException when user activity CTXMGMT has expired
Software
Customer case | Applies to | Corrected in |
---|---|---|
CS0138151 | V8.0.4.24 | 8.0.4.25 |
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.