mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user