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 "angela (JIRA)" <ji...@apache.org> on 2018/11/13 09:24:00 UTC

[jira] [Updated] (OAK-7323) Log when trying to add "everyone" as member to other groups or add user/groups to "everyone"

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

angela updated OAK-7323:
------------------------
    Summary: Log when trying to add  "everyone" as member to other groups or add user/groups to "everyone"  (was: Log some warning or even throw some exception when trying to add  "everyone" as member to other groups or add user/groups to "everyone")

> Log when trying to add  "everyone" as member to other groups or add user/groups to "everyone"
> ---------------------------------------------------------------------------------------------
>
>                 Key: OAK-7323
>                 URL: https://issues.apache.org/jira/browse/OAK-7323
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core, security
>    Affects Versions: 1.6.10
>            Reporter: Konrad Windszus
>            Priority: Trivial
>             Fix For: 1.10
>
>
> Currently it is not allowed to extend the group {{everyone}} by putting it as member to another group. The other way is prevented as well (i.e. putting some group or user as member of the {{everyone}} group) as every other principal is by default member of {{everyone}}. Extending the {{everyone}} group would therefore lead to cycles. Although this is correctly prevented in the code (https://github.com/apache/jackrabbit/blob/adb1e79ae26aba5d068be56e5e9eb562344e5bb9/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/GroupImpl.java#L156) this is not noticed by the called. 
> I would instead suggest to fail more loudly by throwing an exception or at least log a warning.



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