Stefan Egli created OAK-5096:
--------------------------------
Summary: node type aggregate filter should be added in OR mode
(not in AND)
Key: OAK-5096
URL: https://issues.apache.org/jira/browse/OAK-5096
Project: Jackrabbit Oak
Issue Type: Bug
Components: jcr
Affects Versions: 1.5.13
Reporter: Stefan Egli
Assignee: Stefan Egli
Priority: Minor
Fix For: 1.5.14
[~cziegeler] reported the following: The node type aggregate filter introduced
in OAK-5021 ({{OakEventFilter.withNodeTypeAggregate}}) currently is added in
'AND' mode. That means its conditions must be fulfilled additionally to the
other filter settings in order for an event to be generated. This is somewhat
counter intuitive as the expectation is that this should be in 'OR' mode, which
means all it should do is aggregate changes under a certain node type (based on
certain sub paths) into a parent path (by using the identifier) but it should
still send out all other events normally.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)