Stefan Egli created OAK-5020:
--------------------------------

             Summary: Improved support for node removals
                 Key: OAK-5020
                 URL: https://issues.apache.org/jira/browse/OAK-5020
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: jcr
    Affects Versions: 1.5.12
            Reporter: Stefan Egli
            Assignee: Stefan Egli


(Originally reported as JCR-4045, but moved to Oak as a result of introducing 
the OakEventFilter in OAK-5013. From the original description: )

If a listener is subscribed for removal events of a subtree, e.g. /a/b/c/d it 
gets removal events for everything in that three.
However, if /a/b is removed, the listener is not informed at all, which makes 
the listener state inconsistent/invalid
I suggest to add a new flag to the JackrabbitEventFilter and if that is enabled 
the listener will get remove events of all the parent nodes - if the listener 
is interested in remove events of any kind.
/cc [~cziegeler]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to