You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »



  • 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)
  • No labels