mreutegg commented on a change in pull request #261:
URL: https://github.com/apache/jackrabbit-oak/pull/261#discussion_r542492381
##########
File path:
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/migration/FilteringNodeState.java
##########
@@ -60,6 +66,8 @@
public static final Set<String> NONE = ImmutableSet.of();
+ private static final Set<String> JCR_SYSTEM_PATH_PREFIX =
ImmutableSet.of("/", "/" + JcrConstants.JCR_SYSTEM);
Review comment:
This is indeed incorrect. I was trying to use isDescendantOfAnyPath()
when in fact, I needed something like isDescendantOrSelf().
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]