[
https://issues.apache.org/jira/browse/JCR-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921358#action_12921358
]
Dean Jones commented on JCR-2427:
---------------------------------
We are experiencing this problem on production systems running v1.6 of
Jackrabbit, so would also appreciate a backport of the fix into the 1.6 stream.
> UUIDDocId.getDocumentNumbers() may return illegal value
> -------------------------------------------------------
>
> Key: JCR-2427
> URL: https://issues.apache.org/jira/browse/JCR-2427
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-core
> Affects Versions: 2.0-beta5
> Reporter: Marcel Reutegger
> Priority: Minor
> Fix For: 2.0-beta6
>
>
> Happens when the node with the given UUID is not present in the index. The
> method then returns -1, which is illegal. Document numbers must be >= 0. The
> method must returns an empty array when the id is invalid, as documented in
> DocId.getDocumentNumbers().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.