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

Tsz Wo (Nicholas), SZE commented on HDFS-2441:
----------------------------------------------

{noformat}
$curl -i  "http://localhost:50070/webhdfs/user/?op=LISTSTATUS";
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 205
Server: Jetty(6.1.26)

{"HdfsFileStatus":[
{"accessTime":0,"blockSize":0,"group":"supergroup","isDir":true,"len":0,"localName":"szetszwo","modificationTime":1317861996975,"owner":"szetszwo","permission":"755","replication":0}]}
{noformat}
                
> webhdfs returns two content-type headers
> ----------------------------------------
>
>                 Key: HDFS-2441
>                 URL: https://issues.apache.org/jira/browse/HDFS-2441
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: h2441_20111011.patch, h2441_20111011_0.20s.patch
>
>
> $ curl -i "http://localhost:50070/webhdfs/path?op=GETFILESTATUS";
> HTTP/1.1 200 OK
> Content-Type: text/html; charset=utf-8
> Expires: Thu, 01-Jan-1970 00:00:00 GMT
> ........
> Content-Type: application/json
> Transfer-Encoding: chunked
> Server: Jetty(6.1.26)
> It should only return one content type header = application/json

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