-
Bug
-
Resolution: Done
-
Critical
-
3.5.0.Final
-
None
Attempting to retrieve a child node which has SNS using the following call:
root.getNodes("*[2])
produces the following exception:
javax.jcr.RepositoryException: The "*[2]" name pattern contained the '[' character, which is not allowed in a name pattern at org.modeshape.jcr.AbstractJcrNode.createPatternsFor(AbstractJcrNode.java:930) at org.modeshape.jcr.AbstractJcrNode.getNodes(AbstractJcrNode.java:891) at org.modeshape.jcr.AbstractJcrNode.getNodes(AbstractJcrNode.java:883)