Ticket #1492 (new defect)

Opened 5 months ago

Last modified 3 months ago

mod-webdav and Vista

Reported by: anonymous Assigned to: jan
Priority: highest Milestone: 1.5.0
Component: mod_webdav Version: 1.4.18
Severity: blocker Keywords:
Cc: Blocking:
Need Feedback: 0

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.

Attachments

imagesmmm.jpg (3.7 kB) - added by anonymous on 01/01/2008 06:50:13 AM.

Change History

12/22/2007 07:33:09 PM changed by anonymous

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

12/22/2007 07:37:51 PM changed by anonymous

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

01/01/2008 06:50:13 AM changed by anonymous

  • attachment imagesmmm.jpg added.

02/14/2008 09:30:58 AM changed by anonymouse

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.


Add/Change #1492 (mod-webdav and Vista)




Change Properties