You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Jakob Frank (JIRA)" <ji...@apache.org> on 2018/06/18 19:32:05 UTC

[jira] [Closed] (MARMOTTA-591) Multiple ACCEPT Headers

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

Jakob Frank closed MARMOTTA-591.
--------------------------------

Marmotta 3.4.0 released: https://s.apache.org/oBw2

> Multiple ACCEPT Headers
> -----------------------
>
>                 Key: MARMOTTA-591
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-591
>             Project: Marmotta
>          Issue Type: Bug
>          Components: Web Services
>    Affects Versions: 3.3.0
>            Reporter: Kai Schlegel
>            Assignee: Sergio Fernández
>            Priority: Minor
>             Fix For: 3.4.0
>
>         Attachments: marmotta_multiple_http_header.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current implementation only supports single HTTP accept headers with comma separated values. Following the RFC 2616 (http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 ) multiple (accept) headers are allowed as well. 
> This behaviour is implemented for example by OpenRDF Alibaba:
> POST /marmotta/sparql/select HTTP/1.1
> Content-Type: application/x-www-form-urlencoded; charset=utf-8
> Accept: application/x-binary-rdf-results-table;q=0.8
> Accept: application/sparql-results+xml
> Accept: application/xml
> ...
> The current implementation returns a HTTP 415 (Unsupported Media Type
> ) because only the format application/x-binary-rdf-results-table is considered.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)