Fixed the download query functionality in the 'SPARQL Query & Update' view.
Why
When GDB WB is deployed behind a context path requests to all endpoints which the WB calls should start without / otherwise this might brake the request routing.
How
Removed the leading / from the download query endpoint used by the 'SPARQL Query & Update' view download functionality.
What
Fixed the download query functionality in the 'SPARQL Query & Update' view.
Why
When GDB WB is deployed behind a context path requests to all endpoints which the WB calls should start without
/
otherwise this might brake the request routing.How
Removed the leading
/
from the download query endpoint used by the 'SPARQL Query & Update' view download functionality.