Versions Compared

Key

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

...

  • Creates LDPRm from the current LDPRv, as is the current behavior in fcrepo
  • If the LDPCv does not already exist, then it will be created and contain the new LDPRm
  • If a Memento-Datetime header is provided as part of this POST request, then the newly created LDPRm must honor
    • If a LDPRm already exists with the same Memento-Datetime specified, then the LDPRm is not created and a '412 already exists' response is returned.
  • Does this need to support body requests? (QUESTION)
  • Currently the modeshape fedora will request a "Slug" header be supplied to use as the label of the version. This should be taken out, to be replaced by the Memento-Datetime header, if that's present.  The label should be a timestamp per the Memento DateTime Section of the Memento spec 

Create an LDPCv

Implement the creation of a LDPCv.  

...