Kriss FR created JCR-4043:
------------------------------
Summary: regression of correction JCR-905
Key: JCR-4043
URL: https://issues.apache.org/jira/browse/JCR-4043
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: 2.10.1
Reporter: Kriss FR
Priority: Critical
Hello,
I'm in version 2.10.1 and i have the same problem like JCR-905.
I have seen in JCR-3162 a remove code :
in file
jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SearchManager.java
// quick'n dirty fix for JCR-905
if (e.isExternal())
{ removedNodes.add(e.getChildId()); }
It's the correction of JCR-905.
Is it a regression ?
I have tryed in my local environment and it work with this code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)