Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1
-
None
Description
JEXL safe navigation either by configuration or by explicit notation (?.) fails on chained method calls when one method is not solvable.
For example, 'x?.nosuchmethod()?.toString()' should not throw an exception.