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:14:02 UTC

[jira] [Updated] (AMBARI-5902) Views: Set Accept header to "text/plain" for some requests.

     [ https://issues.apache.org/jira/browse/AMBARI-5902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonenko Alexander updated AMBARI-5902:
----------------------------------------

    Summary: Views: Set Accept header to "text/plain" for some requests.  (was: Views: View managed resources need @Produces({"text/plain"}) to generate JSON)

> Views: Set Accept header to "text/plain" for some requests.
> -----------------------------------------------------------
>
>                 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)