Hi Carsten, <non-authorative answer disclaimer/>
Was assuming this is supported since I saw the FilterBuilder does support this ([0]). But it looks like the NamePathMapper ([1]) complains when it wants to map a path containing * or **... So not sure what the official state of glob support is.. Cheers, Stefan -- [0] - https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/ org/apache/jackrabbit/oak/plugins/observation/filter/FilterBuilder.java#L47 1 [1] - https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/ org/apache/jackrabbit/oak/namepath/NamePathMapperImpl.java#L80 On 18/10/16 15:20, "Carsten Ziegeler" <[email protected]> wrote: >Hi, > >I'm wondering if it is possible to register a JCR event listener with a >glob filter through some Jackrabbit/Oak API? >I already found JackrabbitEventFilter but that does not seem to support >globbing. > >Regards >Carsten >-- >Carsten Ziegeler >Adobe Research Switzerland >[email protected]
