Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

WebDAV locking #1

Open
thiloplanz opened this issue Dec 26, 2011 · 0 comments
Open

WebDAV locking #1

thiloplanz opened this issue Dec 26, 2011 · 0 comments

Comments

@thiloplanz
Copy link
Owner

One day, there should be proper WebDAV locking.

Probably two implementations, one that maintains locks in MongoDB (on the file metadata), and a more lightweight version that keeps track of locks in-memory.

For now, you can set up "fake" locking, which does not do anything, but just pretends that locking is implemented. That seems to be enough to make Mac OS X Finder mount a WebDAV share in read-write-mode (without locking, it will be read-only).

 #locking.provider = fake
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant