spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

Use LinkedHashMap for CORS configurations in CorsGatewayFilterApplicationListener to preserve insertion order. Fixes GH-3805.

Open yavor300 opened this issue 8 months ago • 0 comments

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.

Fixes spring-cloud/spring-cloud-gateway#3805

yavor300 avatar Jun 06 '25 10:06 yavor300