You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function only gets passed the inner text from the SERVICE query and then the sparql parser tries to parse it which fails. This then results in a bunch of prefixes being added to the query. making the query always longer than 600 characters.
In turn this then means that a POST request is always used, due to the logic here:
Hi All,
Looks like the logic in the way that the _buildQueryStringForServiceCall function gets called is flawed.
code here:
rdflib/rdflib/plugins/sparql/evaluate.py
Line 404 in 500ec25
The function only gets passed the inner text from the SERVICE query and then the sparql parser tries to parse it which fails. This then results in a bunch of prefixes being added to the query. making the query always longer than 600 characters.
In turn this then means that a POST request is always used, due to the logic here:
rdflib/rdflib/plugins/sparql/evaluate.py
Line 363 in 500ec25
The text was updated successfully, but these errors were encountered: