expression-language
expression-language copied to clipboard
Fix NPE when params is null
Params is specified to allow for the null value, but if it's actually null this method will blow up with a null pointer exception.
CC @balusc @dmatej