contentloader should overwrite file contents, not file nodes
------------------------------------------------------------
Key: SLING-1532
URL: https://issues.apache.org/jira/browse/SLING-1532
Project: Sling
Issue Type: Improvement
Reporter: Justin Edelson
Assignee: Justin Edelson
Fix For: JCR ContentLoader 2.0.8
When a file node is created in the contentloader, the underlying jcr:content
node is removed and recreated. This is problem as nt:resource is referenceable.
Because it is deleted and recreated, a new uuid is defined.
Instead, we should just modify the properties of the jcr:content node and keep
the uuid.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.