-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.6
-
Fix Version/s: 5.1.x
-
Component/s: None
Steps to reproduce:
- make snapshot for a folder
- delete the version
The application crashes with JCR exception, AbstractSession is no longer valid.
It can be reproduced with any number of versions.
The problem is the iterator in JCR which performs a next without checking has() method.