You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CORS enabled by default in Spring-Cloud-Gateway since 2.2.2.RELEASE due to dependency upgrade in spring framework 2.2.4 (>2.2.3), due to changes for issues #24327
Sample
It should be OPTIONAL to let either Spring-Cloud-Gateway or downstream application to handle CORS preflight request.
The text was updated successfully, but these errors were encountered:
This was a change in the Spring Framework. Although the comment says "does not change how Spring MVC or WebFlux process CORS request" it does appear to change the code path. I think you need to open this with Spring Framework team. It looks like a non bwc change.
Describe the bug
CORS enabled by default in Spring-Cloud-Gateway since 2.2.2.RELEASE due to dependency upgrade in spring framework 2.2.4 (>2.2.3), due to changes for issues #24327
Sample
It should be OPTIONAL to let either Spring-Cloud-Gateway or downstream application to handle CORS preflight request.
The text was updated successfully, but these errors were encountered: