Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
core 1.4.12, 1.6.2, 2.0.3, 2.1
-
None
Description
This is a regression caused by JCR-2456. The check method reports false positives and prevents merges of concurrently removed child nodes.
The check is done before the local item states are connected to their shared states, which means getAddedChildNodes() will always return the complete list of local child nodes. In addition the merge attempt is also done after the check, which means it is impossible to handle concurrently removed child nodes.