[
https://issues.apache.org/jira/browse/OAK-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827751#comment-13827751
]
Antonio Sanso commented on OAK-1205:
------------------------------------
I just spotted a little issue with the current patch but I hope I gave the
idea of the kind of change.
I could correct it but if this change doesn't make sense in the first place
maybe is not worth providing the updated patch (?)
> Enable/Disable security for ImmutableRoot built from a Root
> -----------------------------------------------------------
>
> Key: OAK-1205
> URL: https://issues.apache.org/jira/browse/OAK-1205
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: core
> Reporter: Antonio Sanso
> Priority: Minor
> Attachments: OAK1205-patch.txt
>
>
> At the moment when invoking the
> {code}
> public ImmutableRoot(@Nonnull Root root, @Nonnull TreeTypeProvider
> typeProvider) {
> {code}
> constructor there is no way to specify if to specify if the SecureNodeState
> should be use or not.
> Indeed with the current implementation this is always disabled. It would be
> nice to have the explicit choice to have a SecureNodeState or not, e.g. having
> {code}
> public ImmutableRoot(@Nonnull Root root, @Nonnull TreeTypeProvider
> typeProvider, boolean secured) {
> {code}
> I have discussed this with [~mduerig] and we came up with the patch I will
> provide.
--
This message was sent by Atlassian JIRA
(v6.1#6144)