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

authorizeHttpRequests missed by HttpSecurityLambdaDsl #438

Closed
nmck257 opened this issue Oct 5, 2023 · 0 comments
Closed

authorizeHttpRequests missed by HttpSecurityLambdaDsl #438

nmck257 opened this issue Oct 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nmck257
Copy link
Collaborator

nmck257 commented Oct 5, 2023

After #419, HttpSecurityLambdaDsl is called as part of Spring Security 6.1, and covers authorizeRequests -- but, Spring Security 5.8 will have already swapped authorizeRequests for authorizeHttpRequests. So, relevant methods invocations are missed.

Will commit a fix shortly

@nmck257 nmck257 added the bug Something isn't working label Oct 5, 2023
@nmck257 nmck257 changed the title authorizeHttpRequests missed by (Server)HttpSecurityLambdaDsl authorizeHttpRequests missed by HttpSecurityLambdaDsl Oct 5, 2023
@nmck257 nmck257 closed this as completed in 5af999b Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant