You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Deparvu (JIRA)" <ji...@apache.org> on 2018/10/10 10:00:00 UTC

[jira] [Resolved] (OAK-7813) PrivilegeBits should also cache default privilege as long values

     [ https://issues.apache.org/jira/browse/OAK-7813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Deparvu resolved OAK-7813.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.10

http://svn.apache.org/viewvc?rev=1843418&view=rev

- made the map immutable
- added the extra cache and wrapped calls through it
- added an extra change to {{UnmodifiableData}}: in case it's a simple type it will no longer keep the in memory array that is only duplicating the info, and it will create one on the fly for the callers.

> PrivilegeBits should also cache default privilege as long values
> ----------------------------------------------------------------
>
>                 Key: OAK-7813
>                 URL: https://issues.apache.org/jira/browse/OAK-7813
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: security-spi
>            Reporter: Alex Deparvu
>            Assignee: Alex Deparvu
>            Priority: Trivial
>             Fix For: 1.10, 1.9.10
>
>
> I would like to add a cache to PrivilegeBits for the 'long' representation of the privileges. The current one is [String -> PrivilegeBits], but the apis allow for creating PrivilegeBits out of long values (depending on the bits operation).
> Also, the existing cache is currently exposed as a public map, this needs to be turned into an immutable version to prevent changes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)