Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JCR Resource 2.0.6
-
None
Description
nt:file nodes have a jcr:content sub node which has the data as properties. If now the data property is changed, this results in jcr observation events for the jcr:content node and the current jcr observation to resource event bridge sends the jcr:content node as the resource. In these cases it is more correct to send the nt:file node as the resource.
I've fixed this by adding a special case for nt:file nodes