Subject: | Net::Dav::Server with Windows WebDAV redirector |
Date: | Wed, 16 May 2012 06:18:28 -0700 (PDT) |
To: | bug-Net-DAV-Server [...] rt.cpan.org |
From: | Mauro Persano <mauro_persano [...] yahoo.com> |
Hi,
I used Net::DAV::Server for a project at work, and it was supposed to work with Windows' built-in WebDAV client. I had to make the following changes to the PROPFIND results to make it work, or Windows would fail to mount the WebDAV share as a drive with a mysterious "System error 67":
* added '+00:00' to creationdate;
* added a `iscollection' node.
It worked like a charm with those two changes.
Thank you very much for the module!
-- Mauro