[ 
https://issues.apache.org/jira/browse/WW-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147857#comment-13147857
 ] 

Hudson commented on WW-3701:
----------------------------

Integrated in Struts2 #371 (See [https://builds.apache.org/job/Struts2/371/])
    WW-3701 - Wrong parsing of number with exponents

mcucchiara : 
Files : 
* 
/struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONReader.java
* 
/struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONReaderTest.java

                
> Wrong parsing of number with exponents
> --------------------------------------
>
>                 Key: WW-3701
>                 URL: https://issues.apache.org/jira/browse/WW-3701
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - JSON
>    Affects Versions: 2.1.8, 2.2.3.1
>         Environment: UNIX, Windows
>            Reporter: Camilo Azula
>            Assignee: Maurizio Cucchiara
>            Priority: Critical
>              Labels: json, number,exponents
>             Fix For: 2.3
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The json reader is not handling correctly the exponential numbers such as 
> 5e-5. For example, 5e-5 is tried to be parsed as long which is incorrect 
> check line 201 org.apache.struts2.json.JSONReader. The dot does not mean that 
> the exponential is meaning an integer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to