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:
Matt Ward
2012-07-04 12:55:35 +00:00
parent cd8d902f8b
commit 74dfe0001e

View File

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