NodeStateMerger.merge should abort if the primary type of the 2 states to be
compare are not the same
-----------------------------------------------------------------------------------------------------
Key: JCR-2784
URL: https://issues.apache.org/jira/browse/JCR-2784
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: 2.1.1, 2.1.0, 2.0.0
Reporter: angela
Assignee: angela
Fix For: 2.2.0
the NodeStateMerger#merge currently aborts if the mixin types of the passed
state and its overlayed state are not equal.
as of jsr 283 not the only the mixin types but also the primary type of a node
can be modified.
for consistency reasons NodeStateMerger#merge should abort and return false if
the primary types are not the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.