Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When uploading a file using WebHDFS the Namenode web UI, it will set the content type to application/x-www-form-urlencoded, as this is the default used by jQuery
This causes knox to urlencode the request body so that uploading a CVS file 1,2,3 will result 1%2C2%2C3.
Instead of application/x-www-form-urlencoded I think the encoding should be set to application/octet-stream.
Attachments
Issue Links
- links to