epoz / shmarql

SPARQL endpoint explorer
The Unlicense
15 stars 2 forks source link

Prevent calls to self in a SPARQL SERVICE query from hanging the server #4

Open epoz opened 2 years ago

epoz commented 2 years ago

At the moment, when calling a /sparql endpoint with a SERVICE call to the own endpoint, the server just hangs in an endless loop waiting for self.

Investigate if it is possible to modify the rdflib SPARQL processor to fix this.