webhdfs mkdir call fails with a 500 when an invalid permission is sent, we 
should return a 400
----------------------------------------------------------------------------------------------

                 Key: HDFS-2428
                 URL: https://issues.apache.org/jira/browse/HDFS-2428
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Arpit Gupta


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