Versions Compared

Key

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

...

  1. Welcome to new Fedora Committer: Yinlin Chen
  2. Alignment Sprint 1 Progress Report  https://jira.duraspace.org/issues/?filter=14401
    1. Memento-Datetime header granularity issue RFC-22951123
      1. The memento spec does not support version sub-second granularity 
      2. There is no problem with us supporting it internally (when creating mementos without specifying the header).
      3. However is we support sub-second granularity it is not clear how we will be able to import versions without losing information.
    2. Jira
      serverDuraSpace JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-2710
    3. Challenges with acl:Append
      1. https://fcrepo.github.io/fcrepo-specification/#append-ldprs
      2. The spec defines rules at the HTTP method layer while the ACLs are implemented in the jcr layer.
      3. It makes it difficult to determine whether a POST, PUT or PATCH has occurred and whether a node existed when the transaction began.
      4. The javax.jcr.Node interface uses the same permsission (org.modeshape.jcr.SET_PROPERTY) for adding, updating and removing properties and generates the same: 
      5. reference tickets: 
        1. Jira
          serverDuraSpace JIRA
          columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
          serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
          keyFCREPO-2715
        2. Jira
          serverDuraSpace JIRA
          columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
          serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
          keyFCREPO-2716
        3. Jira
          serverDuraSpace JIRA
          serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
          keyFCREPO-2717



    4. 5.7.3 LDP-NR - Patching Binaries (LDP-NR) - do we plan to support?

  3. Specification of External Content interaction

    1. Code Block
      :Request:
      Link: <some-URI>;
               rel="http://fedora.info/definitions/fcrepo#ExternalContent";
               type="image/jpeg";
               handling=<copy|redirect|proxy>
      
      :Response:
      Content-Location: <some-URI>
      Content-Type: image/jpeg
      
      :Fedora advertising support:
      OPTIONS
      Accept-External-Content-Handling: <copy|redirect|proxy>
      
      :Comma separated list like Accept, if supporting multiple handling approaches:


  4. Feedback on Peter Eichman's writeup on the use of userAgent and groupAgent base URI's and their relationship to WebAC in order to clarify whether or not what if anything needs improvement/clarification/alignment

...