mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Move the setting of the web app URL so that it does not require the local name token to be present. AR-1242.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8604 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -429,8 +429,11 @@ public abstract class DesktopAction {
|
|||||||
hostStr.append(webPath.substring(pos));
|
hostStr.append(webPath.substring(pos));
|
||||||
|
|
||||||
webPath = hostStr.toString();
|
webPath = hostStr.toString();
|
||||||
setWebappURL( webPath);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set the URL path
|
||||||
|
|
||||||
|
setWebappURL( webPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if debug output is enabled for the action
|
// Check if debug output is enabled for the action
|
||||||
|
Reference in New Issue
Block a user