From d8f5f3a5e89e4eeff77fa7cfc1d6925d17e93e76 Mon Sep 17 00:00:00 2001 From: Mark Rogers Date: Tue, 6 Dec 2011 09:51:25 +0000 Subject: [PATCH] ALF-11805 - Transfer service requests new node content twice git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32554 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../repo/transfer/RepoPrimaryManifestProcessorImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java b/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java index 4ba4616e4d..db1a5204da 100644 --- a/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java +++ b/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java @@ -274,11 +274,11 @@ public class RepoPrimaryManifestProcessorImpl extends AbstractManifestProcessorB // We need to process content properties separately. // First, create a shallow copy of the supplied property map... Map props = new HashMap(node.getProperties()); + + injectTransferred(props); // Split out the content properties and sanitise the others Map contentProps = processProperties(null, props, null); - - injectTransferred(props); // Remove the invadedBy property since that is used by the transfer service // and is local to this repository.