Skip Menu |

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

Report information
The Basics
Id: 60886
Status: new
Priority: 0/
Queue: Net-DAV-Server

People
Owner: Nobody in particular
Requestors: contact [...] clipland.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.300_05
Fixed in: (no value)



Subject: MOVE does not keep file's metadata
move {} as it relies on Filesys::Virtual::Whatever::copy alone destroys the mtime file timestamp. As long as Filesys:Virtual doesn't provide us with a mv shorthand function, we need to call a stat before and utime after copy to keep metadata. Possibly more effort to enable for moving dir-trees.. RFCs itself do *not* require a DAV implementor to keep metadata on moves.