Bugfix SUP-3347
When the expressionparser was used to evaluate an expression using if
, AND
, OR
or !
(not) with null
as one of the operands, this caused a NullPointerException. This has been changed now, so that null
is treated as false
.