Node deleted while query is executed should not affect result size
------------------------------------------------------------------
Key: JCR-1488
URL: https://issues.apache.org/jira/browse/JCR-1488
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-core, query
Reporter: Marcel Reutegger
Priority: Minor
Currently the QueryResultImpl counts result nodes as invalid when the access
check throws a ItemNotFoundException (line 311). This leads to inconsistent
total size. IMO it is sufficient to count them as invalid when the client
iterates over the nodes (line 555).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.