Skip to content

Commit

Permalink
Point out the case must be preserved (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon authored and rosy1280 committed May 7, 2019
1 parent 8e31652 commit 39ae772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draft/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,8 @@ <h2>Filesystem features</h2>
<li>Hard and soft (symbolic) links are not portable and MUST NOT be used within OCFL Storage hierachies.
A common use case for links is storage deduplication. OCFL inventories provide a portable method
of achieving the same effect by using digests to address content.</li>
<li>File paths and filenames in the OCFL are case sensitive. Filesystems MUST preserve the case of OCFL
filepaths and filenames.</li>
<li>Transparent filesystem features such as compression and encryption should be effectively invisible to
OCFL operations. Consequently, they should not be expected to be portable.</li>
</ol>
Expand Down

0 comments on commit 39ae772

Please sign in to comment.