Skip to content
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

ACL filtering via advice unexpectedly initializes proxies #25

Open
arteymix opened this issue Aug 11, 2023 · 2 comments
Open

ACL filtering via advice unexpectedly initializes proxies #25

arteymix opened this issue Aug 11, 2023 · 2 comments
Labels

Comments

@arteymix
Copy link
Member

Entities to be removed are collected in a HashSet in CollectionFilterer (from gsec), which triggers proxy initialization. A solution would be to use some kind of identity HashSet.

This logic is currently part of Spring Security. I'll review if they have already addressed this issue.

@arteymix arteymix added the bug label Aug 11, 2023
@arteymix
Copy link
Member Author

@arteymix
Copy link
Member Author

Reported in spring-projects/spring-security#13645

@arteymix arteymix reopened this Aug 11, 2023
arteymix added a commit that referenced this issue Sep 23, 2023
arteymix added a commit that referenced this issue Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant