Skip to content

Commit f0751c1

Browse files
authored
Switch to published version of WAC spec (#99)
1 parent a07ec89 commit f0751c1

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`
773773
There 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
777777
Get an object that can build a set of access control statements in a WAC/ACP agnostic way. The object is initialized
778778
by adding owner access for the specified owner (not applicable in ACP mode).

application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sources:
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

web-access-control/requirement-comments.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
22
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
33
prefix 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

web-access-control/wac-spec-additions.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ prefix doap: <http://usefulinc.com/ns/doap#>
55
prefix 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,

web-access-control/web-access-control-test-manifest.ttl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ prefix dcterms: <http://purl.org/dc/terms/>
55
prefix td: <http://www.w3.org/2006/03/test-description#>
66
prefix 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

1411
prefix manifest: <#>
1512

0 commit comments

Comments
 (0)