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

AuthorizeReturnObject AOT support should register proxied class as well #16106

Closed
jzheaux opened this issue Nov 15, 2024 · 0 comments
Closed
Assignees
Labels
in: core An issue in spring-security-core type: bug A general bug
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Nov 15, 2024

When AuthorizeReturnObject creates a CGLIB proxy, that proxy will need to look up the proxied object's methods with reflection.

To ensure those methods are available via reflection for the proxy, the appropriate runtime hints should be registered.

@jzheaux jzheaux added in: core An issue in spring-security-core type: bug A general bug labels Nov 15, 2024
@jzheaux jzheaux added this to the 6.4.0 milestone Nov 15, 2024
@jzheaux jzheaux self-assigned this Nov 15, 2024
jzheaux added a commit that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant