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:11:12 UTC

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

Wolfgang Herget created JENA-1174:
-------------------------------------

             Summary: 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)