Re: application/sparql-results+json,*/* Accept header returns XML

2019-05-30 Thread Andy Seaborne
I get JSON. curl -d query='SELECT * {}' \ --header 'Accept: application/sparql-results+json, */*' \ http://localhost:3030/ds ==> { "head": { "vars": [ ] } , "results": { "bindings": [ { } ] } } On 30/05/2019 16:18, Mikael Pesonen wrote: Is there

application/sparql-results+json,*/* Accept header returns XML

2019-05-30 Thread Mikael Pesonen
Is there a way to correct this? I'm not able to change the header in client. Using Jena Fuseki 11 Br, -- Lingsoft - 30 years of Leading Language Management www.lingsoft.fi Speech Applications - Language Management - Translation - Reader's and Writer's Tools - Text Tools - E-books and

Re: Fuseki OIDC: OpenId authenticated Fuseki access

2019-05-30 Thread Andy Seaborne
Hi Reto, Looks interesting. Fuseki Main should be able to have the Shiro filter added to it which might be a easier way to build the server, rather than unpack/pack. Fuseki main does have read-level access control per graph: