-
Notifications
You must be signed in to change notification settings - Fork 6k
Update HandlerMappingIntrospector Usage in CORS support #16657
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
f3aadd2
to
2275030
Compare
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, @evgeniycheban! I've left some feedback inline.
...main/java/org/springframework/security/config/annotation/web/configurers/CorsConfigurer.java
Outdated
Show resolved
Hide resolved
...main/java/org/springframework/security/config/annotation/web/configurers/CorsConfigurer.java
Outdated
Show resolved
Hide resolved
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, @evgeniycheban! I think we still need to lookup the CorsConfigurationSource
by name, please see my inline comment.
...main/java/org/springframework/security/config/annotation/web/configurers/CorsConfigurer.java
Show resolved
Hide resolved
@jzheaux I have updated the PR |
Closes spring-projectsgh-16501 Signed-off-by: Evgeniy Cheban <mister.cheban@gmail.com>
...main/java/org/springframework/security/config/annotation/web/configurers/CorsConfigurer.java
Show resolved
Hide resolved
Thanks, @evgeniycheban! This is now merged into |
Closes gh-16501