WebDAV: fix broken litmus tests

NullPointerExceptions were being caused when affected node is not within a site and when no Content-Type header was sent by the client.



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@34866 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-03-28 15:49:13 +00:00
parent b1c7ca6b07
commit 29743b47b3
4 changed files with 14 additions and 11 deletions

View File

@@ -86,8 +86,6 @@ import org.xml.sax.SAXException;
*/
public abstract class WebDAVMethod
{
protected static final String DEFAULT_SITE_ID = "";
// Log output
protected static Log logger = LogFactory.getLog("org.alfresco.webdav.protocol");