afs opened a new pull request #618: JENA-1766: (more) Handle the case of dataset endpoint (service name = "") URL: https://github.com/apache/jena/pull/618 JENA-1766 corrected a bug but also showed that the case of an endpoint on the dataset itself never works. i.e the interface did not handle "/ds?query=". It didn't show because when using the old configuration happen to put "/ds/sparql" before "/ds" in the list of endpoint options (by chance - the server has a hash map). This PR fixes this - with the new endpoint configuration (JENA-1731), it is now easier to write a configuration with dataset level query only and it is also now documented how to configure that with: fuseki:endpoint [ fuseki:operation fuseki:query ] ;
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
