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

Andy Seaborne commented on JENA-1174:
-------------------------------------

Normally, updates go to the update service (/test/update).

Using different names for the different services makes it easier put reverse 
proxy features in place because the reverse proxy just inspects the URL.


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

Reply via email to