mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
WebDAV/Sharepoint: extracted WebDAVHelper to spring configuration.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@38752 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -324,7 +324,7 @@ public class WebDAVServlet extends HttpServlet
|
||||
activityPoster = new ActivityPosterImpl(activityService, nodeService, personService);
|
||||
|
||||
// Create the WebDAV helper
|
||||
m_davHelper = new WebDAVHelper(serviceRegistry, authService, tenantService);
|
||||
m_davHelper = (WebDAVHelper) context.getBean("webDAVHelper");
|
||||
|
||||
// Initialize the root node
|
||||
initializeRootNode(storeValue, rootPath, context, nodeService, searchService, namespaceService, tenantService, transactionService);
|
||||
|
Reference in New Issue
Block a user