pyvandenbussche / sparqles

SPARQL Endpoint Status
BSD 2-Clause "Simplified" License
27 stars 6 forks source link

Server header not parsed correctly #48

Open VladimirAlexiev opened 8 years ago

VladimirAlexiev commented 8 years ago

http://sparqles.ai.wu.ac.at/endpoint?uri=http%3A%2F%2Fvocab.getty.edu%2Fsparql says Server Name: "Apache-Coyote" server name has been detected in the HTTP Get response header

However the server returns a different header:

>curl -I http://vocab.getty.edu/sparql
HTTP/1.1 200 OK
Server: GraphDB 6.0.7835, Forest 2.1.3, Sesame 2.7.8
lmatteis commented 8 years ago

Were you able to figure out why your endpoint couldn't be properly queried using Jena tools?

VladimirAlexiev commented 8 years ago

Now rsparql returns the expected 1 result, see this comment in #12. (Not sure what this has to do with that)