File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Solid Specification Conformance Tests
22
3+ ## Release 0.0.16
4+ * Set default WAC spec to the published version at https://solidproject.org/TR/wac .
5+
36## Release 0.0.15
47* Add access control tests for reading non-existing resources and improve tests in this area.
58
Original file line number Diff line number Diff line change @@ -771,8 +771,8 @@ Does this resource have the `pim:Storage` link header identifying it as a storag
771771
772772#### `getAccessDatasetBuilder()` or read-only property `accessDatasetBuilder`
773773There are currently 2 access control implementations supported by the test harness:
774- * [Web Access Control (WAC)](https://solid.github.io/web-access-control-spec )
775- * [Access Control Policies (ACP)](https://github.com/solid/ authorization-panel/tree/main/proposals/ acp) - emerging
774+ * [Web Access Control (WAC)](https://solidproject.org/TR/wac )
775+ * [Access Control Policies (ACP)](https://solid. github.io/ authorization-panel/acp-specification)
776776
777777Get an object that can build a set of access control statements in a WAC/ACP agnostic way. The object is initialized
778778by adding owner access for the specified owner (not applicable in ACP mode).
Original file line number Diff line number Diff line change 77 - https://github.com/solid-contrib/specification-tests/blob/main/protocol/requirement-comments.ttl
88
99 # WAC spec & manifest
10- # Editor's draft (fully annotated )
11- - https://solid.github.io/web-access-control-spec/
10+ # Candidate recommendation (Version 1.0.0-cr.1 )
11+ - https://solidproject.org/TR/wac
1212 - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/web-access-control-test-manifest.ttl
1313 - https://github.com/solid-contrib/specification-tests/blob/main/web-access-control/requirement-comments.ttl
1414
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
22prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
33prefix xsd: <http://www.w3.org/2001/XMLSchema#>
44
5- prefix wac: <https://solid.github.io/web-access-control-spec/ #>
5+ prefix wac: <https://solidproject.org/TR/wac #>
66
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ prefix doap: <http://usefulinc.com/ns/doap#>
55prefix spec: <http://www.w3.org/ns/spec#>
66
77# Editor's draft (fully annotated)
8- prefix wac: <https://solid.github.io/web-access-control-spec/ #>
8+ prefix wac: <https://solidproject.org/TR/wac #>
99
10- <https://solid.github.io/web-access-control-spec/ >
10+ <https://solidproject.org/TR/wac >
1111 spec:requirement
1212 wac:access-modes ,
1313 wac:access-objects,
Original file line number Diff line number Diff line change @@ -5,11 +5,8 @@ prefix dcterms: <http://purl.org/dc/terms/>
55prefix td: <http://www.w3.org/2006/03/test-description#>
66prefix spec: <http://www.w3.org/ns/spec#>
77
8- # Editor's draft (fully annotated)
9- prefix wac: <https://solid.github.io/web-access-control-spec/#>
10-
11- # Published draft (not annotated)
12- # prefix wac: <https://solidproject.org/TR/2021/wac-20210711#>
8+ # Published draft (fully annotated)
9+ prefix wac: <https://solidproject.org/TR/wac#>
1310
1411prefix manifest: <#>
1512
You can’t perform that action at this time.
0 commit comments