You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/02 16:05:39 UTC

[jira] [Commented] (WW-4269) blank double results in NumberFormatException being thrown on sending JSON in request body

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

ASF GitHub Bot commented on WW-4269:
------------------------------------

Github user lukaszlenart commented on a diff in the pull request:

    https://github.com/apache/struts/pull/61#discussion_r48685153
  
    --- Diff: core/pom.xml ---
    @@ -240,6 +240,7 @@
             <dependency>
                 <groupId>ognl</groupId>
                 <artifactId>ognl</artifactId>
    +            <version>${ognl.version}</version>
    --- End diff --
    
    It isn't needed, `version` is inherited from parent pom.


> blank double results in NumberFormatException being thrown on sending JSON in request body
> ------------------------------------------------------------------------------------------
>
>                 Key: WW-4269
>                 URL: https://issues.apache.org/jira/browse/WW-4269
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - JSON
>    Affects Versions: 2.3.15
>         Environment: windows 7 64-bit, jdk 7 & struts2.3.15
>            Reporter: Nitin Surana
>            Priority: Blocker
>              Labels: easyfix
>             Fix For: 2.5
>
>         Attachments: ww-4269.patch
>
>
> If the http request contains JSON in the body, which has any problem in getting converted to an object, then it throws Exception calling the global-exception-handler. Instead it should return INPUT as by the validate interceptor, mentioning the field having the error in fieldErrors.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)