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
<p>An ACL resource is an <em>RDF document</em> [<cite><aclass="bibref" href="#bib-rdf11-concepts">RDF11-CONCEPTS</a></cite>] that can hold any information, typically comprises an unordered set of <ahref="#authorization">Authorizations</a>, any of which could permit an attempted access.</p>
544
544
545
-
<p>Servers MUST accept an HTTP <code>GET</code> request targeting an ACL resource when the value of the <code>Accept</code> header requests a representation in <code>text/turtle</code> [<cite><aclass="bibref" href="#bib-turtle">TURTLE</a></cite>].</p>
545
+
<p>Servers MUST accept an HTTP <code>GET</code>and <code>HEAD</code>request targeting an ACL resource when the value of the <code>Accept</code> header requests a representation in <code>text/turtle</code> [<cite><aclass="bibref" href="#bib-turtle">TURTLE</a></cite>].</p>
546
546
547
547
<p>Servers who want a resource to inherit Authorizations (<cite><ahref="#effective-acl-resource" rel="rdfs:seeAlso">Effective ACL Resource</a></cite>) from a container resource MUST NOT initialise the ACL resource that is associated with the resource with a representation.</p>
<p>The <code>acl:accessTo</code> property value is used to check if access is allowed for a specific resource.</p>
568
568
569
-
<p>When an Authorization includes the <code>acl:default</code> property value (the container resource in context), then access permissions be applied to the original requested resource.</p>
569
+
<p>The <code>acl:default</code> property value (the container resource in context) is used to apply the Authorization to the original requested resource.</p>
570
570
571
571
<p>Inheriting Authorizations from the most significant container’s ACL resource is useful to avoid individually managing an ACL resource for each resource, as well as to define access control for resources that do not exist yet.</p>
0 commit comments