[ https://issues.apache.org/jira/browse/JCR-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Guggisberg resolved JCR-792.
-----------------------------------
Resolution: Fixed
the issue has been fixed as a side-effect of fixing JCR-689.
> 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
> Assigned To: Stefan Guggisberg
> Attachments: jaas.config, JackrabbitTest.java, ntExts.txt, TestAccessManager.java,
TestLoginManager.java
>
>
> 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.
|