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.
(cherry picked from commit 7dc11f144e4a9bde5a2d11ecb92a21d76a609364)
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.(cherry picked from commit 7dc11f144e4a9bde5a2d11ecb92a21d76a609364)