Describe the bug
Spring Cloud Gateway docs don't take into account configuration changes introduced by Commit eca63cb
Docs still claim config properties to be under:
spring:
cloud:
gateway:
globalcors:
instead of:
spring:
cloud:
gateway:
server:
webflux:
globalcors:
Describe the bug
Spring Cloud Gateway docs don't take into account configuration changes introduced by Commit eca63cb
Docs still claim config properties to be under:
instead of: