You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (Jira)" <ji...@apache.org> on 2019/12/18 12:37:01 UTC

[jira] [Closed] (JCR-4045) Improved support for node removals

     [ https://issues.apache.org/jira/browse/JCR-4045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke closed JCR-4045.
-------------------------------

> Improved support for node removals
> ----------------------------------
>
>                 Key: JCR-4045
>                 URL: https://issues.apache.org/jira/browse/JCR-4045
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: core
>            Reporter: Carsten Ziegeler
>            Priority: Major
>         Attachments: JCR-4045.patch
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)