Bug #1492
closedmod-webdav and Vista
Description
It seems mod-webdav and Vista are incompatible.
I was - with some tricks - able to mount the webdav on vista by specifying it as "\\my.server.dns@SSL\dav". It will correctly display the content of the webdav.
But copying something from/to it fails with
0x80070021 error saying a part of the file is locked.
Could be a problem of mod-webdav, could be Viasta to blame. it doesnt work together anyway.
Updated by Anonymous almost 17 years ago
has anyone found a workaround or knows what causes the issue?
Updated by Anonymous almost 17 years ago
I should add the same webdav share works perfect with WinXP...
Updated by Anonymous almost 17 years ago
It is caused because of this check:
/* we don't support Depth: Infinity on locks /
I changed this line:
con->http_status = 409; / Conflict */
to return a 501 instead, since I think it is a more correct answer.
Alas, after Explorer stores the file and does a bunch of prop activity, it then throws up an 0x80070057 error. And I don't see what the problem is; no error-like codes are being returned over the wire.
For what it's worth, once the drive is mapped I am able to create, read, and write files using my editor (jEdit). I just can't do some operations in explorer.
-- anonymouse
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Status changed from New to Fixed
- Assignee deleted (
jan) - Priority changed from Urgent to Normal
- Target version changed from 1.5.0 to 1.4.40
Fixed in lighttpd git master. Will be part of 1.4.40
Also available in: Atom