[ https://issues.apache.org/jira/browse/OAK-4507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Wellenzohn updated OAK-4507: ---------------------------------- Description: Some methods in oak-mongo.js that use the pathFilter function consider paths that they shouldn't consider. For example, in a AEM installation oak.countChildren("/oak:index/slingResource") counts the children of the following paths: - /oak:index/slingResource - /oak:index/slingResourceSuperType - /oak:index/slingResourceType - /oak:index/slingResources The reason is that pathFilter function builds a RegExp that is not terminated by a path separator and hence matches more paths than it should. Issues occur in the following functions: - oak.indexStats() - oak.countChildren() - oak.forEachChild() - oak.getChildStats() was: Some methods in oak-mongo.js that use the pathFilter function consider paths that they shouldn't consider. For example, in a AEM installation oak.countChildren("/oak:index/slingResource") counts the children of the following paths: - /oak:index/slingResource - /oak:index/slingResourceSuperType - /oak:index/slingResourceType - /oak:index/slingResources The reason is that pathFilter function builds a RegExp that is not terminated by a path separator and hence matches more paths than it should. Issues occur in the following functions: - oak.indexStats() - oak.countChildren() - oak.forEachChild() > [oak-mongo.js] oak.indexStats() does not compute counts properly > ---------------------------------------------------------------- > > Key: OAK-4507 > URL: https://issues.apache.org/jira/browse/OAK-4507 > Project: Jackrabbit Oak > Issue Type: Bug > Reporter: Kevin Wellenzohn > Priority: Trivial > > Some methods in oak-mongo.js that use the pathFilter function consider paths > that they shouldn't consider. For example, in a AEM installation > oak.countChildren("/oak:index/slingResource") counts the children of the > following paths: > - /oak:index/slingResource > - /oak:index/slingResourceSuperType > - /oak:index/slingResourceType > - /oak:index/slingResources > The reason is that pathFilter function builds a RegExp that is not terminated > by a path separator and hence matches more paths than it should. > Issues occur in the following functions: > - oak.indexStats() > - oak.countChildren() > - oak.forEachChild() > - oak.getChildStats() -- This message was sent by Atlassian JIRA (v6.3.4#6332)