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:
Gary Spencer
2008-03-27 13:47:23 +00:00
parent 4763d7e598
commit e7d2e6f2a7

View File

@@ -429,8 +429,11 @@ public abstract class DesktopAction {
hostStr.append(webPath.substring(pos));
webPath = hostStr.toString();
setWebappURL( webPath);
}
// Set the URL path
setWebappURL( webPath);
}
// Check if debug output is enabled for the action