You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2021. It is now read-only.
Describe the bug
ACLs are created on the Pod with an explicit .acl extension. Although this will work for NSS it can't assume that it will be that prefix for every LDP Resource Server. Instead, it needs to read the Link header rel-"acl" on the created resource and use this URI to set the ACL.
To Reproduce
Steps to reproduce the behavior:
Run ESS a the Resource Server
Login an start a TicTacToe games with another Player
See resources created under public/games/tictactoe/
Expected behavior
ACLs should be created with the correct URI for the server
Screenshots
Here is a GET request to the parent container which is treating it as a resource and not an ACL:
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
Here is the Link headers of that resource which gives the correct ACL URI that needs to be used:
The text was updated successfully, but these errors were encountered:
Describe the bug
ACLs are created on the Pod with an explicit
.acl
extension. Although this will work for NSS it can't assume that it will be that prefix for every LDP Resource Server. Instead, it needs to read the Link headerrel-"acl"
on the created resource and use this URI to set the ACL.To Reproduce
Steps to reproduce the behavior:
public/games/tictactoe/
Expected behavior
ACLs should be created with the correct URI for the server
Screenshots
Here is a GET request to the parent container which is treating it as a resource and not an ACL:
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
Here is the Link headers of that resource which gives the correct ACL URI that needs to be used:
The text was updated successfully, but these errors were encountered: