mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
ALF-14835: Sharepoint/WebDAV: exclusive lock fails deemed to be owned by someone else.
Bug exhibited on MS Word for Mac. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@38381 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1048,7 +1048,6 @@ public abstract class WebDAVMethod
|
||||
// OK to write - lock is owned by current user.
|
||||
return nodeLockInfo;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Exclusive lock, owned by someone else
|
||||
@@ -1056,6 +1055,7 @@ public abstract class WebDAVMethod
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Checking of the If tag consists of two checks:
|
||||
// 1. If the node is locked we need to check it's Lock token independently of conditions check result.
|
||||
|
Reference in New Issue
Block a user