stain / jena-docker

Docker image for Apache Jena riot
Apache License 2.0
99 stars 86 forks source link

also restrict GSP update #73

Closed justin2004 closed 1 year ago

justin2004 commented 1 year ago

before this patch a GSP update, like the following, would work without authentication:

curl 'http://server:port/dataset/data?graph=SOMEGRAPH' -H 'Content-type: text/turtle' --data-binary @$./some.ttl

see here for more details: https://jena.apache.org/documentation/fuseki2/fuseki-embedded.html#example-1