You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2013/11/13 08:10:17 UTC

[jira] [Created] (OAK-1173) NPE if TreePermissionImpl if tree does not have a primary type

Tobias Bocanegra created OAK-1173:
-------------------------------------

             Summary: NPE if TreePermissionImpl if tree does not have a primary type
                 Key: OAK-1173
                 URL: https://issues.apache.org/jira/browse/OAK-1173
             Project: Jackrabbit Oak
          Issue Type: Bug
            Reporter: Tobias Bocanegra


NPE If a tree given to CompiledPermissionImpl.getTreePermission() does not have a primary type, e.g. for a "hidden" oak node:

{noformat}
	  at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)
	  at org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissionImpl.getTreePermission(CompiledPermissionImpl.java:160)
	  at org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissionImpl$TreePermissionImpl.getChildPermission(CompiledPermissionImpl.java:443)
	  at org.apache.jackrabbit.oak.core.SecureNodeBuilder.getTreePermission(SecureNodeBuilder.java:352)
	  at org.apache.jackrabbit.oak.core.SecureNodeBuilder.exists(SecureNodeBuilder.java:129)
	  at org.apache.jackrabbit.oak.core.SecureNodeBuilder.hasChildNode(SecureNodeBuilder.java:271)
	  at org.apache.jackrabbit.oak.core.AbstractTree.getChildrenCount(AbstractTree.java:248)
{noformat}

The tree passed here to get the children count is: {{/jcr:system/jcr:versionStorage}} and the child node not having a primary type is {{:index}}





--
This message was sent by Atlassian JIRA
(v6.1#6144)