Thanks for that - fix applied.
I grepped for any other uses of "http:" and didn't find any suspicious ones.
Andy
On 13/01/15 20:42, Trevor Donaldson wrote:
I think I found the error. In fuseki-server.js line number 140 the line
reads
return sprintf("http://%s...
I believe this line should be return
sprintf("%s//....,window.location.protocol,..
On Tue, Jan 13, 2015 at 3:22 PM, Trevor Donaldson <[email protected]>
wrote:
Decided to give this its own thread. So the fuseki2 admin ui will not
display the datasets if you use ssh. Is this a bug or is this intentional?
Thanks