Update CORS support #24327
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
This issue is about updating CORS support in order to check
Origin
header inCorsUtils#isPreFlightRequest
which does not change how Spring MVC or WebFlux process CORS request but is more correct in term of behavior since it is a public API potentially used in anothercontexts.
It also includes other improvements and related tests.
The text was updated successfully, but these errors were encountered: