[
https://issues.apache.org/jira/browse/OAK-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved OAK-780.
----------------------------------
Resolution: Fixed
Fix Version/s: 0.7
Fixed in http://svn.apache.org/r1468812
Though, I don't quite understand what the idx check in Revision.fromString() is
good for:
{code}
if (idx > 8) {
t = rev.substring(8, 11);
c = Integer.parseInt(t, 16);
}
{code}
> Revision.fromString() only parses two counter digits
> ----------------------------------------------------
>
> Key: OAK-780
> URL: https://issues.apache.org/jira/browse/OAK-780
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: mongomk
> Affects Versions: 0.6
> Reporter: Marcel Reutegger
> Fix For: 0.7
>
>
> Round-tripping is broken when the counter of a revision exceeds two hex
> digits.
> This issue can be reproduced by increasing the loop count to 1000 in
> SimpleTest.revision().
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira