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

Hudson commented on HDFS-2428:
------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1152 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1152/])
    HDFS-2428. Convert com.sun.jersey.api.ParamException$QueryParamException to 
IllegalArgumentException and response it http BAD_REQUEST in webhdfs.

szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1183098
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/JsonUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/ExceptionHandler.java

                
> webhdfs api parameter validation should be better
> -------------------------------------------------
>
>                 Key: HDFS-2428
>                 URL: https://issues.apache.org/jira/browse/HDFS-2428
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: h2428_20111011.patch, h2428_20111011_0.20s.patch
>
>
> PUT Request: http://localhost:50070/webhdfs/some_path?op=MKDIRS&permission=955
> Exception returned
> HTTP/1.1 500 Internal Server Error
> {"RemoteException":{"className":"com.sun.jersey.api.ParamException$QueryParamException","message":"java.lang.NumberFormatException:
>  For input string: \"955\""}} 
> We should return a 400 with appropriate error message

--
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