VersionManagerImplRestore internalRestoreFrozen method has identity versus
equals bug
-------------------------------------------------------------------------------------
Key: JCR-2891
URL: https://issues.apache.org/jira/browse/JCR-2891
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: 2.2.2
Environment: Exists in 2.2.4 version of code base (as well as 2.3)
Reporter: Matt Goodwin
Fix For: 2.2.2
In method protected void internalRestoreFrozen(NodeStateEx state,
InternalFrozenNode freeze,
VersionSelector vsel,
Set<InternalVersion> restored,
boolean removeExisting,
boolean copy)
in the VersionManagerImplRestore class line 557 the code performs an == instead
of calling the NodeId.equals() method. We ran into problems with the code that
executes below this (trying to restore a folder node throws an
ItemExistsException since same sibling not allowed on folder nodes)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira