mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
MERGED DEV TO HEAD
ALF-10821 : WebDAV malformed URL git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -78,7 +78,7 @@ public class WebDAVServlet extends HttpServlet
|
||||
protected Hashtable<String,Class<? extends WebDAVMethod>> m_davMethods;
|
||||
|
||||
// Root node
|
||||
private MTNodesCache m_rootNodes;
|
||||
private static MTNodesCache m_rootNodes;
|
||||
|
||||
// WebDAV helper class
|
||||
private WebDAVHelper m_davHelper;
|
||||
@@ -351,6 +351,15 @@ public class WebDAVServlet extends HttpServlet
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return root node for WebDAV
|
||||
*/
|
||||
public static NodeRef getWebdavRootNode()
|
||||
{
|
||||
return m_rootNodes.getNodeForCurrentTenant();
|
||||
}
|
||||
|
||||
/**
|
||||
* Bean to hold injected initialization parameters.
|
||||
*
|
||||
|
Reference in New Issue
Block a user