From 678a076b4b9aa52276f3d53d198039c47fc06026 Mon Sep 17 00:00:00 2001 From: Gary Spencer Date: Thu, 16 Feb 2006 09:15:49 +0000 Subject: [PATCH] Added init parameters to the WebDAV servlet to confgiure the store and root path. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2406 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/WEB-INF/web_TEMPLATE.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/source/web/WEB-INF/web_TEMPLATE.xml b/source/web/WEB-INF/web_TEMPLATE.xml index 04feadc934..44377ac56f 100644 --- a/source/web/WEB-INF/web_TEMPLATE.xml +++ b/source/web/WEB-INF/web_TEMPLATE.xml @@ -66,7 +66,6 @@ Authentication Filter - org.alfresco.web.app.servlet.AuthenticationFilter @@ -106,7 +105,7 @@ /navigate/* --> - + WebDAV Authentication Filter /webdav/* @@ -160,6 +159,14 @@ WebDAV org.alfresco.repo.webdav.WebDAVServlet + + store + workspace://SpacesStore + + + rootPath + /app:company_home + 5