Bug #1492

mod-webdav and Vista

Added by Anonymous over 4 years ago. Updated over 4 years ago.

Status:New Start date:
Priority:Urgent Due date:
Assignee:jan % Done:

0%

Category:mod_webdav
Target version:1.5.0
Missing in 1.5.x:

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.

History

#1 Updated by Anonymous over 4 years ago

has anyone found a workaround or knows what causes the issue?

#2 Updated by Anonymous over 4 years ago

I should add the same webdav share works perfect with WinXP...

#3 Updated by Anonymous over 4 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

Also available in: Atom