mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged DEV_TEMPORARY to HEAD
18288: ENH-678: alfresco webdav does not pass litmus webdav test suite git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -99,6 +99,9 @@ public class DeleteMethod extends WebDAVMethod
|
||||
}
|
||||
throw new WebDAVServerException(HttpServletResponse.SC_NOT_FOUND);
|
||||
}
|
||||
|
||||
checkNode(fileInfo);
|
||||
|
||||
// delete it
|
||||
fileFolderService.delete(fileInfo.getNodeRef());
|
||||
}
|
||||
|
Reference in New Issue
Block a user