mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged DEV/TEMPORARY to HEAD
23222: ALF-3707: Alfresco Sharepoint protocol and Office 2010 issue Problem related to incorrect response of VTI WebDAV Lock method for Windows 7 clients was fixed. Requested refactoring was done: - Code duplication was removed from VTI Lock, Unlock, PropPatch methods. - Changes related to inheritance were added to original WebDAV methods. - VTI Propfind implementation was detached from original WebDAV PropFind - Logging was added for empty catch blocks - Unused import was removed - Unnecessary empty catch blocks were removed git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23225 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -117,7 +117,7 @@ public class UnlockMethod extends WebDAVMethod
|
||||
FileInfo lockNodeInfo = null;
|
||||
try
|
||||
{
|
||||
lockNodeInfo = getDAVHelper().getNodeForPath(getRootNodeRef(), getPath(), getServletPath());
|
||||
lockNodeInfo = getNodeForPath(getRootNodeRef(), getPath(), getServletPath());
|
||||
}
|
||||
catch (FileNotFoundException e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user