Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point out the case must be preserved #347

Merged
merged 1 commit into from
May 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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