You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/07/25 23:31:28 UTC

svn commit: r1507136 - /jena/trunk/jena-fuseki/config-tdb.ttl

Author: andy
Date: Thu Jul 25 21:31:27 2013
New Revision: 1507136

URL: http://svn.apache.org/r1507136
Log: (empty)

Modified:
    jena/trunk/jena-fuseki/config-tdb.ttl

Modified: jena/trunk/jena-fuseki/config-tdb.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/config-tdb.ttl?rev=1507136&r1=1507135&r2=1507136&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/config-tdb.ttl (original)
+++ jena/trunk/jena-fuseki/config-tdb.ttl Thu Jul 25 21:31:27 2013
@@ -35,7 +35,9 @@ tdb:GraphTDB    rdfs:subClassOf  ja:Mode
     fuseki:name                     "ds" ;
     fuseki:serviceQuery             "query" ;
     fuseki:serviceQuery             "sparql" ;
-    fuseki:serviceUpdate            "update" ;
+    # Don't allow SPARQL Update.
+    #fuseki:serviceUpdate            "update" ;
+    # Use the read-only service.
     fuseki:serviceReadGraphStore    "data" ;
     fuseki:serviceReadGraphStore    "get" ;
     fuseki:dataset           <#tdb_dataset_read> ;