How can I prevent my OpenRDF Sesame 2.6.5 RDF storage from the modification(INSERT/DELETE) via SPARQL endpoint?
'Select' queries will be done via POST requests.
Forbid(via Apache Tomcat config. files for Sesame's WARs) the following SPARQL HTTP endpoint URLs:
http:/localhost:8080/openrdf-sesame/repositories/test/update...
and
http:/localhost:8080/openrdf-workbench/repositories/test/update... ?