after enabling access manager, I can't createNode and setProperty without a
node.save in the middle
---------------------------------------------------------------------------------------------------
Key: JCR-792
URL: https://issues.apache.org/jira/browse/JCR-792
Project: Jackrabbit
Issue Type: Bug
Components: security
Affects Versions: 1.2.3
Reporter: Xiaohua Lu
I added my own access manager. after that I can't get the following code
working
Node n = createNewNode(parentNode);
n.setProperty();
parentNode.save();
It seems that setProperty will invoke access control check, but since the new
node is not in the repository yet, my access manager implementation won't be
able to grant permission. I also tried to use hierachyManager to get the path
of the new node, it also returned null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.