Skip to content

Commit 54118e7

Browse files
committed
Add container-permissions
1 parent 31fee9e commit 54118e7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

index.html

Lines changed: 11 additions & 2 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-23</h2>
141+
<h2>Editor’s Draft, 2021-06-25</h2>
142142

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

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

170170
<dl id="document-repository">
@@ -749,6 +749,15 @@ <h4 property="schema:name">Reading and Writing Resources</h4>
749749

750750
<p>When an operation requests to delete a resource, the server MUST match Authorizations allowing the <code>acl:Write</code> access privilege on the resource and the containing container.</p>
751751

752+
<div class="note" id="container-permissions" inlist="" rel="schema:hasPart" resource="#container-permissions">
753+
<h5 property="schema:name"><span>Note</span>: Container Permissions</h5>
754+
<div datatype="rdf:HTML" property="schema:description">
755+
<p>When a server supports the creation of intermediate containers in the process of creating a resource, the server must match Authorization policies allowing <code>acl:Write</code> on each container.</p>
756+
757+
<p>When a server supports the recursive deletion of a container, the server must match Authorization policies allowing <code>acl:Write</code> on each member resource.</p>
758+
</div>
759+
</div>
760+
752761
<div class="note" id="reinstated-resource-permissions" inlist="" rel="schema:hasPart" resource="#reinstated-resource-permissions">
753762
<h5 property="schema:name"><span>Note</span>: Reinstated Resource Permissions</h5>
754763
<div datatype="rdf:HTML" property="schema:description">

0 commit comments

Comments
 (0)