mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user