Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The add method should only add the filter set to nodeFilterSets, otherwise an include pattern for nodes will reject all properties.
public void add(PathFilterSet set) {
nodesFilterSets.add(set);
propsFilterSets.add(set);
}
Attachments
Issue Links
- blocks
-
SLING-7714 SCD FileVault packages created with root filter which removes ACEs
- Resolved