Defect HC-14240

ExecutionContextFilter does not correctly deal with http headers for custom fields

Software

Customer case Applies to Corrected in
CS0280326 V9.1.8.0 9.1.11.0

Observed behavior

Header names with the prefix "xel_" are being ignored.

Expected behavior

The header checking should be case-insensitive.

Resolution

The headers were being checked against prefix "XEL_" instead of "xel_". The code has been fixed to perform the comparison in a case-insensitive manner.