Sergio Fernández created MARMOTTA-188:
-----------------------------------------

             Summary: DESCRIBE queries return a wrong content type
                 Key: MARMOTTA-188
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-188
             Project: Marmotta
          Issue Type: Bug
          Components: Platform, Web Services
    Affects Versions: 2.6, 3.0-incubating
            Reporter: Sergio Fernández
            Assignee: Sergio Fernández
            Priority: Critical
             Fix For: 3.1-incubating


DESCRIBE queries are returning SPARQL results content type, for example 
application/sparql-results+xml instead application/rdf+xml, ,although the 
content is correctly serialized.

request:
----------
GET /sparql/select?query=DESCRIBE%20%3Chttp%3A%2F%2Fexample.org%2Ffoo%3E 
HTTP/1.1
Host: example.org
Accept:*/*

response:
-------------
Content-Type:application/sparql-results+xml;charset=utf-8
Date:Wed, 03 Apr 2013 13:02:56 GMT
Server:Apache Marmotta/3.0.0-incubating-SNAPSHOT (build 0)
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF .../>


--
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

Reply via email to