mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Transfer service : more work on just sending content that is required.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21160 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -699,7 +699,8 @@ public class TransferServiceImpl implements TransferService
|
||||
*/
|
||||
if(deltaList != null)
|
||||
{
|
||||
if(deltaList.getRequiredURLs().contains(d.getContentUrl()))
|
||||
String partName = TransferCommons.URLToPartName(d.getContentUrl());
|
||||
if(deltaList.getRequiredParts().contains(partName))
|
||||
{
|
||||
logger.debug("content is required :" + d.getContentUrl());
|
||||
chunker.addContent(d);
|
||||
|
Reference in New Issue
Block a user