linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
565 stars 143 forks source link

Add force option for updating resources #460

Closed ludwigschub closed 3 years ago

ludwigschub commented 3 years ago

I had some problems passing the "editable" check when using the update manager with solid-auth-cli

jeff-zucker commented 3 years ago

I'm pretty sure this issue was solved in https://github.com/linkeddata/rdflib.js/pull/464. Rather than forcing an update, solid-rest now sends the correct wac-allow and sparql-update headers so that a force isn't necessary for file:// URIs handled by solid-node-client.

ludwigschub commented 3 years ago

@jeff-zucker cool 👍