npm-WebDAV-Server icon indicating copy to clipboard operation
npm-WebDAV-Server copied to clipboard

Deleting or moving a path should affect it's locks and properties.

Open btimby opened this issue 5 years ago • 0 comments

The Resource class should probably utilize the LockManager and PropertyManager objects to remove locks and properties when a file is deleted or moved.

Unless I am missing something.

If a file is deleted and late recreated, it "inherits" the properties of the previous incarnation.

This could be handled by a custom FileSystem class, however, I feel like it should not be the filesystem's concern, but rather the Server or Resource.

btimby avatar May 29 '20 22:05 btimby