Subject: | No Net::DAV::Server methods provide any mechanism for using locking status |
None of the methods that change resources on disk provide any support
for checking locking.
Since recognizing that a request should be able to be applied on an
exclusive lock requires the returned lock-token, access to a locked
resource must be applied at Net::DAV::Server level or the token must be
passed to the filesys module.
Neither is done.