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:
Gavin Cornwell
2010-01-27 12:56:18 +00:00
parent 3dfdf48af4
commit e2f0615f86
14 changed files with 1742 additions and 711 deletions

View File

@@ -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)
{