misalian / relfinder

Automatically exported from code.google.com/p/relfinder
0 stars 0 forks source link

'/sparql' added by default on some endpoints URLs #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am still trying to find out why I am getting errors with some D2R 
endpoints we have locally.

One issue I noticed is that on two of our D2R SPARQL endpoints, RelFinder 
tries to force a '/sparql' at the end of the URL of the endpoint.

Example:

If I have 'http://servername:port' as the main URL, and if I 
use 'http://servername.port/sparql' as the URL of my endpoint, RelFinder 
tries to contact 'http://servername.port/sparql/sparql' in its queries.

Providing the URL without 'sparql' seems to work, however, it is unsafe to 
assume all endpoints will be named with '/sparql' at the end of their URLs.

Original issue reported on code.google.com by lalqu...@gmail.com on 15 Dec 2009 at 8:26

GoogleCodeExporter commented 9 years ago
That's correct. We should better remove it and give clear descriptions in the
settings (with an example).

Original comment by lohmann....@gmail.com on 27 Jan 2010 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by lohmann....@gmail.com on 18 May 2010 at 2:09