pat-lego commented on code in PR #428:
URL: 
https://github.com/apache/jackrabbit-filevault/pull/428#discussion_r3603513386


##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/FolderArtifactHandler.java:
##########
@@ -169,6 +173,7 @@ public ImportInfoImpl accept(
                                 getAclManagement().clearACL(node);
                             }
                         } else {
+                            log.warn("Replace path: {}", child.getPath());

Review Comment:
   Understandable I would say this could happen yes, but such large packages 
would also result in other issues such as heavy IO, which would lead me to 
believe this is not what you are going to worry about in that situation. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to