Anonymous - 2010-08-28

I was able to fix that. File save fails because the lock-tocken response header is not properly added into the response, and the "If" request to refresh the lock is not called.

That is because of a bug in DavLockBase.cs. The 2nd line in DavLockBase_InternalProcessDavRequest change "RequestLock" to "ResponseLock".