Skip to content

Fix CORS configuration timing issue with RedisRouteDefinitionRepository and RefreshRoutesEvent #3778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PeterMue
Copy link

CORS configuration is based on outdated RouteDefinitions when using Redis and RefreshRoutesEvent, see gh-3774.

Changing the event type in CorsGatewayFilterApplicationListener to use the RefreshRoutesResultEvent ensures the CORS configuration happens after the reload of the definitions completed and the RouteLocator contains the latest RouteDefinitions.

Configure CORS after refresh routes completed on RefreshRoutesResultEvent

Signed-off-by: PeterMue <3819198+PeterMue@users.noreply.github.com>
@PeterMue PeterMue marked this pull request as ready for review April 22, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants