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