nodeSolidServer/node-solid-server

The server does not check that RDF is parsable

Closed this issue · 1 comments

Actually NSS does not check that .jsonld (application/ld+json) and .rdf (application/rdf+xml) are RDF parsable.

The only check done for .jsonld is JSON.parse.

This is not a serverside problem