You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Antonenko Alexander (JIRA)" <ji...@apache.org> on 2014/05/27 20:12:01 UTC

[jira] [Created] (AMBARI-5902) Views: View managed resources need @Produces({"text/plain"}) to generate JSON

Antonenko Alexander created AMBARI-5902:
-------------------------------------------

             Summary: Views: View managed resources need @Produces({"text/plain"}) to generate JSON
                 Key: AMBARI-5902
                 URL: https://issues.apache.org/jira/browse/AMBARI-5902
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.6.1
            Reporter: Antonenko Alexander
            Assignee: Antonenko Alexander
             Fix For: 1.6.1


For managed resource GET calls I wanted JSON response. 
{code}
{
 "a": "b"
}
{code}

Keeping {code}@Produces({"application/json"}){code}  on the @GET method gives a string-serialized output of the JSON
{code}
"{\"a\":\"b\"}"
{code}

However when I keep {code}@Produces({"text/plain", "application/json"}){code} correctly produces JSON.

Temporary UI Fix: Set Accept header to "text/plain" for some requests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)