[
https://issues.apache.org/jira/browse/JSPWIKI-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646187#action_12646187
]
Janne Jalkanen commented on JSPWIKI-418:
----------------------------------------
Well, yes, but the JCR repo will cache the property as an array, which means
that every time a new WikiPage is instantiated, it needs to be reparsed.
Otherwise, we'll need to build our own cache on top of everything, if speed is
not enough.
> ACL stored in metadata with a proper editor
> -------------------------------------------
>
> Key: JSPWIKI-418
> URL: https://issues.apache.org/jira/browse/JSPWIKI-418
> Project: JSPWiki
> Issue Type: Improvement
> Components: Authentication&Authorization, Default template
> Reporter: Janne Jalkanen
> Fix For: 3.0
>
>
> Hopefully we can get a proper ACL editor for 3.0 - and also store the ACLs in
> page metadata.
> Initial proposal: We could store the ACLs under a multi-valued String
> attribute "wiki:acl", with each Value having an string "ALLOW <id>
> <permission>". Questions: is this too slow to parse? I would rather stay
> away from serialization, it may take it difficult to access the repo later on
> with alternative tools.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.