[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBWEB-198) Backport ELSupport throws exception when passing null value and Number type to coerceToNumber method
Jason Shepherd (JIRA)
jira-events at lists.jboss.org
Wed Apr 20 21:30:33 EDT 2011
[ https://issues.jboss.org/browse/JBWEB-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596961#comment-12596961 ]
Jason Shepherd edited comment on JBWEB-198 at 4/20/11 9:29 PM:
---------------------------------------------------------------
JBWEB-163 is the only item I can see that was fixed in JBoss 3.0.0Beta3, using a search query "project = JBWEB AND status = Resolved AND fixVersion = "JBossWeb-3.0.0.Beta3""
was (Author: jshepher):
This is the only item I can see that was fixed in JBoss 3.0.0Beta3
> 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