[ https://issues.apache.org/jira/browse/MARMOTTA-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13623766#comment-13623766 ]
ASF subversion and git services commented on MARMOTTA-188: ---------------------------------------------------------- Commit f52a0dc22daed38456c4864b8fef7fefa8ac37b7 in branch refs/heads/master from [~wikier] [ https://git-wip-us.apache.org/repos/asf?p=incubator-marmotta.git;h=f52a0dc ] resolving MARMOTTA-188 by removing complicated and duplicated code actually no needed > 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 > > Original Estimate: 1h > Remaining Estimate: 1h > > 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