https://issues.apache.org/bugzilla/show_bug.cgi?id=56522

Hanspeter Dünnenberger <hamp...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Hanspeter Dünnenberger <hamp...@gmail.com> ---
According to EL 3.0 Spec 1.23.1 and 1.23.2 the Rule for null String is to
coerce to "". EL RI 3.0 behaves that way, but jasper-el 8 doesn't.

The null-String to "" coercion works well in
ValueExpression.getValue(elContext), but in case of
ValueExpression.setValue(elContext, null) jasper-el 8 does not coerce
null-String to "", instead null ends up on the VE target.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to