-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Update CORS support #24327
Copy link
Copy link
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is about updating CORS support in order to check
Originheader inCorsUtils#isPreFlightRequestwhich 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.