rvesse commented on code in PR #2581:
URL: https://github.com/apache/jena/pull/2581#discussion_r1679427305


##########
jena-rdfconnection/src/main/java/org/apache/jena/rdflink/RDFLinkFuseki.java:
##########
@@ -69,7 +69,7 @@ private static RDFLinkHTTPBuilder 
setupForFuseki(RDFLinkHTTPBuilder builder) {
             .acceptHeaderSelectQuery(ResultSetLang.RS_Thrift.getHeaderString())
             .acceptHeaderAskQuery(ResultSetLang.RS_JSON.getHeaderString())
             .acceptHeaderQuery(acceptHeaderSPARQL)
-            .parseCheckSPARQL(false)
+            .parseCheckSPARQL(true)

Review Comment:
   Yeah, so maybe adjust the code and update the Javadoc on the `substitution` 
method to note that this requires parsing the query which means it can't be 
used with SPARQL extensions Jena doesn't understand



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org
For additional commands, e-mail: pr-h...@jena.apache.org

Reply via email to