mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +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,11 +1048,11 @@ public abstract class WebDAVMethod
|
||||
// OK to write - lock is owned by current user.
|
||||
return nodeLockInfo;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Exclusive lock, owned by someone else
|
||||
throw new WebDAVServerException(WebDAV.WEBDAV_SC_LOCKED);
|
||||
else
|
||||
{
|
||||
// Exclusive lock, owned by someone else
|
||||
throw new WebDAVServerException(WebDAV.WEBDAV_SC_LOCKED);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user