mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ALF-15567: Fixed merge issue
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@40694 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -186,8 +186,8 @@ public class GetMethod extends WebDAVMethod
|
|||||||
{
|
{
|
||||||
pathToNode = pathToNode.subPath(2, pathToNode.size() -1);
|
pathToNode = pathToNode.subPath(2, pathToNode.size() -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
String rootURL = WebDAV.getURLForPath(m_request, pathToNode.toDisplayPath(getNodeService(), getPermissionService()), true);
|
String rootURL = getDAVHelper().getURLForPath(m_request, pathToNode.toDisplayPath(getNodeService(), getPermissionService()), true);
|
||||||
if (rootURL.endsWith(WebDAVHelper.PathSeperator) == false)
|
if (rootURL.endsWith(WebDAVHelper.PathSeperator) == false)
|
||||||
{
|
{
|
||||||
rootURL = rootURL + WebDAVHelper.PathSeperator;
|
rootURL = rootURL + WebDAVHelper.PathSeperator;
|
||||||
|
Reference in New Issue
Block a user