https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585 --- Comment #14 from David Cook <dcook@prosentient.com.au> --- (In reply to Magnus Enger from comment #13)
Thanks for clarifying, David! I think the problem was that I put http://example.com/david-koha-test/query in the config, and that made the object read only.
On the other hand, having separate read and read/write objects could perhaps make some sense, like using the read only object when you know you are only going to display data, like in the OPAC. (Especially for my librarian-configurable queries, to protect against people doing stupid/evil things :-)
That's very true, and that's something that I had been thinking about before and totally forgot about! I think using a read-only endpoint for the librarian-configurable queries is a great idea, and closes off a security hole. Does Fuseki allow you to configure permissions for user accounts as well? So even if you do use a read/write endpoint, only certain users can insert or delete triples? -- You are receiving this mail because: You are watching all bug changes.