mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -1440,7 +1440,7 @@ public abstract class WebDAVMethod
|
||||
*/
|
||||
protected String getURLForPath(HttpServletRequest request, String path, boolean isFolder)
|
||||
{
|
||||
return WebDAV.getURLForPath(request, path, isFolder, m_userAgent);
|
||||
return getDAVHelper().getURLForPath(request, path, isFolder, m_userAgent);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user