sparql.jsp always redirects to {dataset}/query
----------------------------------------------

                 Key: JENA-113
                 URL: https://issues.apache.org/jira/browse/JENA-113
             Project: Jena
          Issue Type: Bug
          Components: Fuseki
            Reporter: Paolo Castagna
            Priority: Minor


I am using Fuseki with multiple datasets configured via config file.

One of these datasets define a service as:

<#service1>  rdf:type fuseki:Service ;
    fuseki:name              "ds1" ;
    fuseki:serviceQuery      "sparql" ;
    fuseki:dataset           <#dataset> ;
    .

However, the sparql.jsp page always redirects to ds1/query.
Quick workaround is: add fuseki:serviceQuery "sparql"  to <#service1>.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to