Project

General

Profile

Actions

Bug #1492

closed

mod-webdav and Vista

Added by Anonymous over 16 years ago. Updated almost 8 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_webdav
Target version:
ASK QUESTIONS IN Forums:

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.

Actions #1

Updated by Anonymous over 16 years ago

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

Actions #2

Updated by Anonymous over 16 years ago

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

Actions #3

Updated by Anonymous about 16 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

Actions #4

Updated by gstrauss almost 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

Actions

Also available in: Atom