[jboss-jira] [JBoss JIRA] Updated: (JBWEB-198) Backport ELSupport throws exception when passing null value and Number type to coerceToNumber method
Jean-Frederic Clere (JIRA)
jira-events at lists.jboss.org
Wed Apr 27 10:36:24 EDT 2011
[ https://issues.jboss.org/browse/JBWEB-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Frederic Clere updated JBWEB-198:
--------------------------------------
Fix Version/s: JBossWeb-2.1.12.GA
> 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
> Fix For: JBossWeb-2.1.12.GA
>
>
> 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
More information about the jboss-jira
mailing list