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:
@@ -76,9 +76,9 @@ public class PutMethod extends WebDAVMethod
|
||||
m_expectHeaderPresent = true;
|
||||
}
|
||||
|
||||
// Get the lock token, if any
|
||||
// Parse Lock tokens and ETags, if any
|
||||
|
||||
m_strLockToken = parseIfHeader();
|
||||
parseIfHeader();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -112,6 +112,9 @@ public class PutMethod extends WebDAVMethod
|
||||
{
|
||||
throw new WebDAVServerException(HttpServletResponse.SC_BAD_REQUEST);
|
||||
}
|
||||
|
||||
checkNode(contentNodeInfo);
|
||||
|
||||
}
|
||||
catch (FileNotFoundException e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user