afs commented on pull request #1153: URL: https://github.com/apache/jena/pull/1153#issuecomment-1009385249
"Statistics" - stray "_5". The other "_" are unique keys for endpoints on the dataset URL itself and they don't get shown (correct). But for SPARQL query, it does. There are 3 SPARQL Query services `fuseki-server --verbose` prints the endpoints: ``` 21:56:02 INFO Server :: Operation = query Endpoints = [ "", "query", "sparql" ] 21:56:02 INFO Server :: Operation = update Endpoints = [ "", "update" ] 21:56:02 INFO Server :: Operation = gsp-rw Endpoints = [ "", "data" ] 21:56:02 INFO Server :: Operation = gsp-r Endpoints = [ "", "get" ] 21:56:02 INFO Server :: Operation = upload Endpoints = [ "", "upload" ] ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
