-
Notifications
You must be signed in to change notification settings - Fork 6k
Allow ACL to be owned by GrantedAuthoritySid #9454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Closing as per comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @bberto. Please see review comment.
|
||
AclAuthorizationStrategyImpl strategy; | ||
|
||
@Before | ||
public void setup() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change and preserve the @Before
method and create a withUserRoles()
static helper method instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switching back to @Before
method I realized that helper method is not needed
Thanks for the PR @bberto. This is now in master. |
Allow ACL to be owned by GrantedAuthoritySid
Closes gh-9425