Hi,

We're sharing a node over webdav and monitoring added, removed, changed events.

When we remove a node we see two events with the path like we'd expect:
topic:org/apache/sling/api/resource/Resource/REMOVED 
path:/content/bmn/iarpa/metaphor/drives/outbox/1366206196.meta/jcr:content
topic:org/apache/sling/api/resource/Resource/REMOVED 
path:/content/bmn/iarpa/metaphor/drives/outbox/1366206196.meta

But when we add a node we see two events like we'd expect, but we don't see the 
jcr:content added event. Instead we see two events for the filename node:
topic:org/apache/sling/api/resource/Resource/ADDED 
path:/content/bmn/iarpa/metaphor/drives/outbox/1366206196-1.complete
topic:org/apache/sling/api/resource/Resource/ADDED 
path:/content/bmn/iarpa/metaphor/drives/outbox/1366206196-1.complete

I would expect the second one to look like:
topic:org/apache/sling/api/resource/Resource/ADDED 
path:/content/bmn/iarpa/metaphor/drives/outbox/1366206196-1.complete/jcr:content

I've tried it with files with and without content and it gives the same results.

Rob

Reply via email to