You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Wolfgang Herget (JIRA)" <ji...@apache.org> on 2016/05/04 13:24:12 UTC

[jira] [Commented] (JENA-1174) Fuseki SPARQL 1.1 Protocol "UPDATE using POST directly" fails with 400

    [ https://issues.apache.org/jira/browse/JENA-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15270611#comment-15270611 ] 

Wolfgang Herget commented on JENA-1174:
---------------------------------------

Looks to be a duplicate of JENA-1150 and might thus be already fixed in the upcoming Fuseki 2.4.

> Fuseki SPARQL 1.1 Protocol "UPDATE using POST directly" fails with 400
> ----------------------------------------------------------------------
>
>                 Key: JENA-1174
>                 URL: https://issues.apache.org/jira/browse/JENA-1174
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 2.3.1
>            Reporter: Wolfgang Herget
>
> Steps to Reproduce:
> * Start Fuseki jar
> * Create {{test}} dataset
> * run {noformat}
> ./soh update --service=http://localhost:3030/test/ "INSERT DATA { <http://foo> <http://bar> <http://baz>. }"
> {noformat}
> Expected:
> Triple inserted
> Actual:
> {noformat}
> 400 Unknown content type for triples: [application/sparql-update] http://localhost:3030/test/
> {noformat}
> This is basically the example from http://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/#update-direct-simple



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