Aklakan commented on code in PR #2581:
URL: https://github.com/apache/jena/pull/2581#discussion_r1680785465
##########
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:
I changed the Query/Update exec builders so that the build() method will
attempt to parse any remaining strings if needed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]