From e7d2e6f2a73bb367f0194bbb14b90f286ae10225 Mon Sep 17 00:00:00 2001 From: Gary Spencer Date: Thu, 27 Mar 2008 13:47:23 +0000 Subject: [PATCH] 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 --- source/java/org/alfresco/filesys/alfresco/DesktopAction.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/java/org/alfresco/filesys/alfresco/DesktopAction.java b/source/java/org/alfresco/filesys/alfresco/DesktopAction.java index 8e84658d61..13513daafb 100644 --- a/source/java/org/alfresco/filesys/alfresco/DesktopAction.java +++ b/source/java/org/alfresco/filesys/alfresco/DesktopAction.java @@ -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