spring-cloud-gateway
spring-cloud-gateway copied to clipboard
Use LinkedHashMap for CORS configurations in CorsGatewayFilterApplicationListener to preserve insertion order. Fixes GH-3805.
Use LinkedHashMap for CORS configurations to preserve insertion order
Preserving the insertion order of CORS configurations ensures consistent behavior when resolving matching paths. This change addresses the issue where unordered HashMap usage could result in inconsistent matching behavior.