Subject: | No support for Filesys modules that don't support locking |
Net::DAV::Server assumes that the supplied filesys module supports lock
and unlock methods. It also advertises that it supports this functionality.
If the supplied filesys module does not support a lock method, the
Net::DAV::Server module will crash. As bug 40767 points out, the default
filesys module does not supply these methods.