Changes between Initial Version and Version 2 of Ticket #884


Ignore:
Timestamp:
12.11.2015 18:44:33 (9 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #884

    • Property Status changed from new to accepted
  • Ticket #884 – Description

    initial v2  
    1313}}} 
    1414 
    15 It checks if a file/directory exists in the file repo. Currently this is possible only with `getFile(String repoPath)` but this method expects the file/directory to exist, and throws a `FileRepositoryException` with a 404 status code. 
     15It checks if a file/directory exists in the file repo. Currently this is possible only with `getFile(String repoPath)` but this method expects the file/directory to exist, and otherwise throws a `FileRepositoryException` with a 404 status code. 
    1616 
    1717Thank you, Malte, for revealing these needs!