Merged BRANCHES/DEV/THOR1_SPRINTS to HEAD:

36060: THOR-1373: Proxied WebDAV must generate correct URLs when URL-rewriting is used.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@39078 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-07-11 14:30:25 +00:00
parent c923263bef
commit 91f9df2b23
6 changed files with 87 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ public class WebDAVHelperTest
@Before
public void setUp() throws Exception
{
davHelper = new WebDAVHelper(serviceRegistry, authService, tenantService);
davHelper = new WebDAVHelper("", serviceRegistry, authService, tenantService);
}
@Test