You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "David Yan (JIRA)" <ji...@apache.org> on 2016/02/25 01:55:18 UTC

[jira] [Updated] (APEXCORE-350) STRAM's REST service sometimes returns duplicate and conflicting Content-Type headers

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

David Yan updated APEXCORE-350:
-------------------------------
    Fix Version/s: 3.3.1
                   3.4.0
                   3.2.1

> STRAM's REST service sometimes returns duplicate and conflicting Content-Type headers
> -------------------------------------------------------------------------------------
>
>                 Key: APEXCORE-350
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-350
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: David Yan
>            Assignee: David Yan
>             Fix For: 3.2.1, 3.4.0, 3.3.1
>
>
> {code}
> $ curl -D - http://hostname:38184/ws/v2/stram/logicalPlan/operators/join/attributes
> HTTP/1.1 200 OK
> Cache-Control: no-cache
> Expires: Fri, 19 Feb 2016 18:02:17 GMT
> Date: Fri, 19 Feb 2016 18:02:17 GMT
> Pragma: no-cache
> Expires: Fri, 19 Feb 2016 18:02:17 GMT
> Date: Fri, 19 Feb 2016 18:02:17 GMT
> Pragma: no-cache
> Content-Type: text/plain; charset=utf-8
> Content-Type: application/json
> Transfer-Encoding: chunked
> Server: Jetty(6.1.26.cloudera.4)
> {}
> {code}
> This may confuse the web client on which content-type should be used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)