Aklakan commented on issue #2233:
URL: https://github.com/apache/jena/issues/2233#issuecomment-1930965743

   As a final update, I added methods to set QuerySendMode and UpdateSendMode 
on the remote builders.
   
   Some legacy triple store instances don't support 
`QueryMode.asGetWithLimitBody` - so in these cases its possible to set the mode 
to `QueryMode.asGetWithLimitForm` on the connection.
   
   Concrete use case example:
   
   Does not work:
   ```
   curl -X POST -H 'Content-Type: application/sparql-query;charset=utf-8' 
https://staging.databus.dbpedia.org/repo/sparql --data-urlencode 'SELECT * { ?s 
a ?o } LIMIT 10'
   ```
   
   Works:
   ```
   curl -X POST https://staging.databus.dbpedia.org/repo/sparql 
--data-urlencode 'query=SELECT * { ?s a ?o } LIMIT 10'
   ```
   


-- 
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]

Reply via email to