Marcel Reutegger created OAK-9709:
-------------------------------------

             Summary: PropertyDelegate.isProtected() throws NPE when parent is 
stale
                 Key: OAK-9709
                 URL: https://issues.apache.org/jira/browse/OAK-9709
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: jcr
    Affects Versions: 1.42.0
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger


{noformat}
    public boolean isProtected() throws InvalidItemStateException {
        return getParent().isProtected(name);
    }
{noformat}
The call to getParent() may return null.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to