node-solid-server
node-solid-server copied to clipboard
Solid server on top of the file-system in NodeJS
A strange obug. When the document is read by a webapp it gets a 500 error, but a simple `curl` gives 200. ``` $ curl -I https://solidos.solidcommunity.net/public/2021/10_example_data/example.ttl HTTP/1.1 200 OK...
I am currently looking into notifications from the inbox using WebSockets over at [uvdsl/solid-inbox-watcher](https://github.com/uvdsl/solid-inbox-watcher). (It seems that https://github.com/solid/node-solid-server/issues/933 could be closed?) However, we ran into an odd thing: Alice (aka....
As I was developing a test for containment triple protection, I came across NSS behaviour that seems to be that I can create a text/plain representation of an existing container....
Check that root acl contains acl:Control following specification. see https://github.com/solid/node-solid-server/issues/1489#issuecomment-829996067
https://solidproject.org/TR/protocol#storage > Servers MUST keep track of at least one owner of a storage in an implementation defined way. Owner is implemented as a triple in root/.meta - root/.meta should...
Actually NSS allows only one owner. The specification allow multiple owners. https://github.com/solid/specification/pull/264#issuecomment-854629484
https://datatracker.ietf.org/doc/html/rfc7231#section-3.1.1.1 --- When a `Content-Type` includes a parameter, for example `charset`, this errors: https://github.com/solid/node-solid-server/blob/b84789ab03803fff9d7391ad802a9014387716fa/lib/handlers/put.js#L15-L17 Loss of media-type parameters: https://github.com/solid/node-solid-server/blob/b84789ab03803fff9d7391ad802a9014387716fa/lib/utils.js#L251-L254
When sending PATCH request with a really large SPARQL Insert body, NSS responds with http code `400` and the following response body: ``` Patch document syntax error: Line 1 of...
Hopefully this will work when served from the root.