Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
TraversingItemVisitor when used in breadth first traversal mode can lead to StackOverflowException with very flat child list. This happens because it uses recursion [1] instead of plain iteration which would increase the stack size proportional to number of immediate child node.
The code technically belong to JSR-283 project. For now creating the issue here
Attachments
Attachments
Issue Links
- relates to
-
JCR-1259 Utility code for filtering and packaging trees
- Closed
- links to