Merged V2.1 to HEAD

6447: Office Add-Ins: Files which missed CHK-1041
   6448: Fix for WCM-692 (bug in parsing of port number in filesystem deployment)
   6449: Office Webscripts: Fix for typo when getting task resource nodes
   6450: Fix for WCM-707 (content launch section is shown when there is no workflow defined)
   6451: Removed unused AVM hooks in content stream listener
   6452: Bootstrap processes killed on VM shutdown.
   6453: Fix for WCM-720 - actions in Task Dialog were no longer available after lock checking added to client ui evaluators.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6734 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-09-10 22:18:29 +00:00
parent f44d8cb56c
commit eda4f77a59
2 changed files with 2 additions and 7 deletions

View File

@@ -230,7 +230,7 @@ public class AVMDeploySnapshotAction extends ActionExecuterAbstractBase
if (fileServerDeployment)
{
// remove the prefixed \\
host = targetServer.substring(FILE_SERVER_PREFIX.length());
host = host.substring(FILE_SERVER_PREFIX.length());
if (logger.isDebugEnabled())
logger.debug("Performing file server deployment to " + host + ":" + port);