Skip to content

Commit 6be5820

Browse files
committed
Minor
1 parent ee96098 commit 6be5820

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

index.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<main>
139139
<article about="" typeof="schema:Article doap:Specification">
140140
<h1 property="schema:name">Web Access Control</h1>
141-
<h2>Editor’s Draft, 2021-06-29</h2>
141+
<h2>Editor’s Draft, 2021-06-30</h2>
142142

143143
<dl id="document-identifier">
144144
<dt>This version</dt>
@@ -164,7 +164,7 @@ <h2>Editor’s Draft, 2021-06-29</h2>
164164

165165
<dl id="document-modified">
166166
<dt>Modified</dt>
167-
<dd><time content="2021-06-29T00:00:00Z" datatype="xsd:dateTime" datetime="2021-06-29T00:00:00Z" property="schema:dateModified">2021-06-29</time></dd>
167+
<dd><time content="2021-06-30T00:00:00Z" datatype="xsd:dateTime" datetime="2021-06-30T00:00:00Z" property="schema:dateModified">2021-06-30</time></dd>
168168
</dl>
169169

170170
<dl id="document-repository">
@@ -503,7 +503,7 @@ <h2 property="schema:name">ACL Resources</h2>
503503
<section id="acl-resource-discovery" inlist="" rel="schema:hasPart" resource="#acl-resource-discovery">
504504
<h3 property="schema:name">ACL Resource Discovery</h3>
505505
<div datatype="rdf:HTML" property="schema:description">
506-
<p id="req-server-link-acl">When a server wants to enable applications to discover <a href="#authorization">Authorizations</a> associated with a given <a href="#resource">resource</a>, the server MUST advertise the <a href="#acl-resource">ACL resource</a> that is associated with a resource by responding to an HTTP request including a <code>Link</code> header with the <code>rel</code> value of <code>acl</code> (<cite><a href="#acl-link-relation" rel="rdfs:seeAlso">acl Link Relation</a></cite>) and the ACL resource as link target.</p>
506+
<p id="req-server-link-acl">When a server wants to enable applications to discover <a href="#authorization">Authorizations</a> associated with a given <a href="#resource">resource</a>, the server MUST advertise the <a href="#acl-resource">ACL resource</a> that is associated with a resource by responding to an HTTP request including a <code>Link</code> header with the <code>rel</code> value of <code>acl</code> (<cite><a href="#acl-link-relation" rel="rdfs:seeAlso">acl Link Relation</a></cite>) and the ACL resource as link target [<cite><a class="bibref" href="#bib-rfc8288">RFC8288</a></cite>].</p>
507507

508508
<p>ACL Resource Discovery is used towards determining the <cite><a href="#effective-acl-resource" rel="rdfs:seeAlso">Effective ACL Resource</a></cite> of a resource.</p>
509509

@@ -516,7 +516,7 @@ <h4 property="schema:name"><span>Issue</span>: Link Relation Type</h4>
516516

517517
<p id="req-server-resource-acl-max">Servers MUST NOT directly associate more than one ACL resource to a resource.</p>
518518

519-
<p id="client-link-acl">Clients can discover the ACL resource associated with a resource by making an HTTP request on the target URL, and checking the HTTP <code>Link</code> header with the <code>rel</code> parameter [<cite><a class="bibref" href="#bib-rfc8288">RFC8288</a></cite>].</p>
519+
<p id="client-link-acl">Clients can discover the ACL resource associated with a resource by making an HTTP request on the target URL, and checking the HTTP <code>Link</code> header with the <code>rel</code> parameter.</p>
520520

521521
<div class="note" id="acl-resource-uri-security" inlist="" rel="schema:hasPart" resource="#uri-security">
522522
<h4 property="schema:name"><span>Note</span>: ACL Resource URI Security</h4>
@@ -914,12 +914,7 @@ <h4 property="schema:name">Access Privileges</h4>
914914
<div datatype="rdf:HTML" property="schema:description">
915915
<p id="req-server-wac-allow">Servers MUST advertise client’s access privileges on a resource by including the <code>WAC-Allow</code> HTTP header (<cite><a href="#wac-allow" rel="rdfs:seeAlso">WAC-Allow</a></cite>) in the response of HTTP <code>GET</code> and <code>HEAD</code> requests.</p>
916916

917-
<div class="note" id="clients-discovering-access-privileges" inlist="" rel="schema:hasPart" resource="#clients-discovering-access-privileges">
918-
<h5 property="schema:name"><span>Note</span>: Clients Discovering Access Privileges</h5>
919-
<div datatype="rdf:HTML" property="schema:description">
920-
<p>Clients can discover access privileges on a resource by making an HTTP <code>HEAD</code> or <code>GET</code> request on the target resource, and checking the <code>WAC-Allow</code> header value for access parameters listing the allowed access modes per permission group (<cite><a href="#wac-allow" rel="rdfs:seeAlso">WAC-Allow</a></cite>).</p>
921-
</div>
922-
</div>
917+
<p id="clients-discovering-access-privileges">Clients can discover access privileges on a resource by making an HTTP <code>GET</code> or <code>HEAD</code> request on the target resource, and checking the <code>WAC-Allow</code> header value for access parameters listing the allowed access modes per permission group (<cite><a href="#wac-allow" rel="rdfs:seeAlso">WAC-Allow</a></cite>).</p>
923918

924919
<p id="req-server-cors-aceh-wac-allow">When a server participates in the <abbr title="Cross-Origin Resource Sharing">CORS</abbr> protocol [<cite><a class="bibref" href="#bib-fetch">FETCH</a></cite>], the server MUST include <code>WAC-Allow</code> in the <code>Access-Control-Expose-Headers</code> field-value in the HTTP response.</p>
925920
</div>

0 commit comments

Comments
 (0)