gold
gold copied to clipboard
Linked Data server for Go
The server currently asks for a certificate even if it is serving a public page. It should (like node-solid-server now) only ask for a cert when a protected page is...
As I understand, there is a need to have a root ACL in the data directory, but it seems like gold doesn't ensure its existence
After login in on user.databox.me any page the user subsequently visits has full access to the user's data and can also add data to the user's LDPCs. Steps to reproduce:...
The bolt database is currently called bold.db. It would be more consistent to call it bolt.db. It occurs in a number of places such as the README and the dockerfile.
is it possible to provide an Apache HTTP configuration that works for a sample domain, below is my configuration: ``` LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so ServerName ldpgold.example.com SSLProxyEngine On...
First request to PATCH `/solid-bookmarks/bookmarks.ttl` (HTTP 200): ``` INSERT DATA { "1"^^ }; ``` Subsequent request to PATCH `/solid-bookmarks/bookmarks.ttl` (HTTP 409): ``` DELETE DATA { "1"^^ }; INSERT DATA {...
https://github.com/linkeddata/warp/issues/8#issuecomment-100660105 mentions that this software provides support for WebDAV. But that significant fact does not seem to be documented anywhere !
Can be tested with: ``` JavaScript new WebSocket('wss://databox.me/') WebSocket connection to 'wss://databox.me/' failed: WebSocket opening handshake was canceled ``` Chromium Version 50.0.2661.102 Ubuntu 16.04 (64-bit)
Check if the ACL for a resource has changed before returning HTTP 304 (cached).
I tried modifying the authorizations in an acl resource manually. Currently Warp writes the acls having `acl:accessTo ` But when changing it to the corresponding absolute path `acl:accessTo ` It...