Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Modeshape impl: supports acl:Read and acl:Write 
    1. Spec: Also includes support for acl:Append and acl:Control
    2. https://github.com/fcrepo/fcrepo-specification/issues/170
  2. Modeshape impl: uses 'acl:agentClass agent foaf:Agent' to denote public access
    1. Spec: uses 'acl:agent agentClass foaf:Agent' to denote public access
    2. https://github.com/fcrepo/fcrepo-specification/issues/169
  3. Modeshape impl: uses acl:agentClass to reference foaf:Group containing foaf:member(s)
    1. Spec: uses acl:agentGroup to reference vcard:Group containing vcard:hasMember(s)
    2. https://github.com/fcrepo/fcrepo-specification/issues/167
  4. Modeshape impl: uses strings or URIs for acl:Agent objects
    1. Spec: uses WebIDs, but we will specify the use of URIs for acl:Agent objects
    2. https://github.com/fcrepo/fcrepo-specification/issues/166
  5. Modeshape impl: if an ACL is not defined on a given resource, the ACL on the closest parent container is applied
    1. Spec: has the same functionality only if an ACL on a parent is marked with acl:defaultForNew
    2. https://github.com/fcrepo/fcrepo-specification/issues/164

...