[jboss-jira] [JBoss JIRA] Resolved: (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:24:18 EDT 2011


     [ https://issues.jboss.org/browse/JBWEB-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Frederic Clere resolved JBWEB-198.
---------------------------------------

    Resolution: Done


Fix by 1714

> 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


More information about the jboss-jira mailing list