Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1
-
None
Description
With expression 'x.[y].z()', if x.y is null, the evaluation succeeds returning null instead of raising a JexlException.Property exception. This behaviour should only explicitly occur with 'x.[y]?.z()'.