Versions Compared

Key

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



  • simplify but improve response to GET "path/to/resource/fcr:versions" to just list
    • each version canonical URI (which should be in the label)
    • each version creation date (currently not displayed)
  • eliminate viewing old versions (GET "path/to/resource/fcr:versions/version-label")
  • retain deleting old versions (DELETE "path/to/resource/fcr:versions/version-label")
  • retain restoring old versions (PATCH "path/to/resource/fcr:versions/version-label")
  • disallow label reuse (return a conflict)