[ 
https://issues.apache.org/jira/browse/FELIX-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler resolved FELIX-5863.
-------------------------------------
    Resolution: Won't Fix

no activity for years, closing as wont fix. please reopen if you think otherwise


> Web Console doesn't report Number format exception
> --------------------------------------------------
>
>                 Key: FELIX-5863
>                 URL: https://issues.apache.org/jira/browse/FELIX-5863
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-4.3.4
>            Reporter: Alain Picard
>            Priority: Minor
>
> Configured attribute with numberic types (integer or long) and it let the 
> user enter non-numeric value and never raises any error or message.
>  
> Seems that code just ignores it:
> {code:java}
> try
> {
>     props.put( propName, MetaTypeSupport.toType( attributeType, prop ) );
> }
> catch ( NumberFormatException nfe )
> {
>    // don't care
> }
> {code}
> This obviously is not very informative.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to