The node-solid-server implements WAC ACLs using simple append of .acl
to the resource URI. It seems to consistently return a URI with .acl
appended to in Link: <...>; rel="acl"
even if the resource being requested does not exist or is already and ACL!
Easy download and run:
mkdir solid
cd solid
npm install -g solid-server
# generate key for local use
openssl genrsa 2048 > localhost.key