Skip Menu |

This queue is for tickets about the Net-DAV-Server CPAN distribution.

Report information
The Basics
Id: 56098
Status: resolved
Priority: 0/
Queue: Net-DAV-Server

People
Owner: cpan.wade [...] anomaly.org
Requestors: cpan.wade [...] anomaly.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.29
Fixed in: 1.300_01



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.
Added lock checks in put, post, delete, copy, move, and mkcol.