Andres Arturo Rodriguez Calderon

Results 1 issues of Andres Arturo Rodriguez Calderon

Im using *Spring Cloud Gateway 4.1.6*. Routes are defined in application.properties. Two routes share the same prefix, and I’m not setting the order on the RouteDefinition. ```java spring.cloud.gateway.routes[0].uri=http://platform-dev.com/ spring.cloud.gateway.routes[0].predicates[0].name=Path spring.cloud.gateway.routes[0].predicates[0].args[0]=/authentication/token/**...

waiting-for-triage