-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Update HandlerMappingIntrospector Usage in CORS support #16501
Labels
Milestone
Comments
1 task
@evgeniycheban, this ticket is yours. Once you comment, I'll be able to assign it to you officially. |
Hi, @jzheaux, please assign it to me. |
evgeniycheban
added a commit
to evgeniycheban/spring-security
that referenced
this issue
Feb 20, 2025
evgeniycheban
added a commit
to evgeniycheban/spring-security
that referenced
this issue
Feb 20, 2025
Hi, @jzheaux I opened a PR to your fork. |
evgeniycheban
added a commit
to evgeniycheban/spring-security
that referenced
this issue
Feb 26, 2025
evgeniycheban
added a commit
to evgeniycheban/spring-security
that referenced
this issue
Feb 28, 2025
evgeniycheban
added a commit
to evgeniycheban/spring-security
that referenced
this issue
Mar 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The
CorsConfigurationConfigurer
should look up aPreFlightRequestHandler
instead of aHandlerMappingIntrospector
. It will still be registered under the same bean name in Framework 7, so that should remain as-is.If a
PreFlightRequestHandler
is found by the given name, then safely cast it toCorsConfigurationSource
and construct theCorsFilter
as normal.The text was updated successfully, but these errors were encountered: