Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

SPARQL endpoint URI and platform URI contain hardcoded paths #12

Closed
cblakeley opened this issue Sep 25, 2015 · 2 comments
Closed

SPARQL endpoint URI and platform URI contain hardcoded paths #12

cblakeley opened this issue Sep 25, 2015 · 2 comments

Comments

@cblakeley
Copy link
Contributor

index.html contains:
var platformURI = "http://" + host + ":8181/ldp/platform";
For Virtuoso, LDP containers are rooted under /DAV
e.g. ":8181/DAV/home/fusepool/ldp/platform"
Although we could define a virtual directory /ldp and map /DAV/home/fusepool/ldp to it, it would be better if the parent directory of platform could be made configurable.

The sparql endpoint URI passed to P3Check.initP3Platform() uses a hardcoded path '/sparql/select'. Virtuoso uses '/sparql'. Again the sparql endpoint path needs to be configurable.

@szluca
Copy link
Member

szluca commented Oct 28, 2015

I don't think this issue belongs to the dashboard as the gui uses URIs extracted from the platform config, it doesn't use any hardcoded URIs. (At least I couldn't find any, if you do so, pease point me to the exact file#line)

@cblakeley
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants