Allow Global CORS configuration to be disable (#2779)
Property: spring.cloud.gateway.globalcors.enabled
Reason: CORS filter was applied automatically and it doens't allow developers to customise CORS for specific scenarios. Disabling SCG listener allows developers to customise or reuse CORS logic.
@ -76,4 +80,18 @@ public class CorsGlobalTests extends BaseWebClientTests {
@@ -76,4 +80,18 @@ public class CorsGlobalTests extends BaseWebClientTests {