npm-WebDAV-Server
npm-WebDAV-Server copied to clipboard
Deleting or moving a path should affect it's locks and properties.
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.