You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "John Speidel (JIRA)" <ji...@apache.org> on 2013/02/12 18:05:15 UTC

[jira] [Created] (AMBARI-1381) Querying for a non-existant task resource returns a 200 status

John Speidel created AMBARI-1381:
------------------------------------

             Summary: Querying for a non-existant task resource returns a 200 status
                 Key: AMBARI-1381
                 URL: https://issues.apache.org/jira/browse/AMBARI-1381
             Project: Ambari
          Issue Type: Sub-task
            Reporter: John Speidel
            Assignee: John Speidel
             Fix For: 1.3.0




curl -v -o - http://localhost:8080/api/clusters/c1/requests/1/tasks/6

    > GET /api/clusters/c1/requests/1/tasks/6 HTTP/1.1
    > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.13.1.0 zlib/1.2.3 libidn/1.18 libssh2/1.2.2
    > Host: localhost:8080
    > Accept: /
    >
    < HTTP/1.1 200 OK
    < Content-Type: text/plain
    < Content-Length: 0
    < Server: Jetty(6.1.26)
    <



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira