Skip to content

Commit bd4e505

Browse files
committed
Minor
1 parent 2fc3955 commit bd4e505

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ <h3 property="schema:name">ACL Resource Representation</h3>
542542
<div datatype="rdf:HTML" property="schema:description">
543543
<p>An ACL resource is an <em>RDF document</em> [<cite><a class="bibref" href="#bib-rdf11-concepts">RDF11-CONCEPTS</a></cite>] that can hold any information, typically comprises an unordered set of <a href="#authorization">Authorizations</a>, any of which could permit an attempted access.</p>
544544

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><a class="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><a class="bibref" href="#bib-turtle">TURTLE</a></cite>].</p>
546546

547547
<p>Servers who want a resource to inherit Authorizations (<cite><a href="#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>
548548

@@ -566,7 +566,7 @@ <h3 property="schema:name">Access Objects</h3>
566566
<div datatype="rdf:HTML" property="schema:description">
567567
<p>The <code>acl:accessTo</code> property value is used to check if access is allowed for a specific resource.</p>
568568

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>
570570

571571
<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>
572572

@@ -634,9 +634,9 @@ <h3 property="schema:name">Access Subjects</h3>
634634
<p>The <code>acl:agentClass</code> predicate denotes a <a href="#agent-class">class of agents</a> being given the access permission.</p>
635635

636636
<dl>
637-
<dt id="acl-agent-class-foaf-agent"><code>foaf:Agent</code></dt>
637+
<dt id="acl-agentclass-foaf-agent"><code>foaf:Agent</code></dt>
638638
<dd>Allows access to any agent.</dd>
639-
<dt id="acl-agent-class-authenticated-agent"><code>acl:AuthenticatedAgent</code></dt>
639+
<dt id="acl-agentclass-authenticated-agent"><code>acl:AuthenticatedAgent</code></dt>
640640
<dd>Allows access to any authenticated agent.</dd>
641641
</dl>
642642

0 commit comments

Comments
 (0)