Backport ELSupport throws exception when passing null value and Number type to
coerceToNumber method
----------------------------------------------------------------------------------------------------
Key: JBWEB-198
URL:
https://issues.jboss.org/browse/JBWEB-198
Project: JBoss Web
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossWeb-2.1.0.GA
Reporter: Jason Shepherd
Assignee: Remy Maucherat
if (Number.class.equals(type)) {
return number;
}
was added to
protected final static Number coerceToNumber(final Number number,
final Class<?> type) throws ELException
as of
tags/JBOSSWEB_3_0_0_BETA3
Need this backported to 2.1.x branch, and released with EAP 5.1.2 or similar. See attached
Jira for EAP, JBPAPP-6382
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira