mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged BRANCHES/DEV/CLOUD1_SP to HEAD:
39017: WebDAV: replaced use of static WebDAV.getRepositoryPath(req) with non-static version in WebDAVHelper. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@39149 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -279,7 +279,7 @@ public abstract class WebDAVMethod
|
||||
this.m_davHelper = davHelper;
|
||||
this.m_rootNodeRef = rootNode;
|
||||
|
||||
this.m_strPath = WebDAV.getRepositoryPath(req);
|
||||
this.m_strPath = m_davHelper.getRepositoryPath(m_request);
|
||||
}
|
||||
|
||||
private File getRequestBodyAsFile(HttpServletRequest req) throws IOException
|
||||
|
Reference in New Issue
Block a user