Merged BRANCHES/DEV/CLOUD1_SP to HEAD:

39016: WebDAV: added getRepositoryPath(request) method (replaces WebDAV's static method)



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@39148 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-07-12 07:52:26 +00:00
parent 6212f3f99a
commit bba1f13e6a

View File

@@ -892,4 +892,9 @@ public class WebDAVHelper
return urlStr.toString();
}
public String getRepositoryPath(HttpServletRequest request)
{
return WebDAV.getRepositoryPath(request);
}
}