Davide Giannella created OAK-1440:
-------------------------------------
Summary: o.a.j.o.api.Tree.toString hits hidden nodes
Key: OAK-1440
URL: https://issues.apache.org/jira/browse/OAK-1440
Project: Jackrabbit Oak
Issue Type: Bug
Components: core
Reporter: Davide Giannella
Priority: Minor
By printing the toString of a tree it will output the hidden nodes (and maybe
properties).
{code}
o.a.j.o.a.Root root = ...;
System.out.println(root.getTree(""/oak:index/<AN_INDEX>"));
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)