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
This commit is contained in:
Mark Rogers
2011-12-06 09:51:25 +00:00
parent bd9334fcfa
commit d8f5f3a5e8

View File

@@ -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<QName, Serializable> props = new HashMap<QName, Serializable>(node.getProperties());
injectTransferred(props);
// Split out the content properties and sanitise the others
Map<QName, Serializable> 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.