Changes between Initial Version and Version 2 of Ticket #884
- Timestamp:
- 12.11.2015 18:44:33 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #884
- Property Status changed from new to accepted
-
Ticket #884 – Description
initial v2 13 13 }}} 14 14 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.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 otherwise throws a `FileRepositoryException` with a 404 status code. 16 16 17 17 Thank you, Malte, for revealing these needs!