Skip to content
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

Parse CORS mappings #13204

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Parse CORS mappings #13204

merged 2 commits into from
Nov 6, 2023

Conversation

guillermocalvo
Copy link
Contributor

@puneetbehl I implemented additional parsing in case the config map comes as multiple indexed entries, because I think it's more backward-compatible than changing Map<String, Object> to Map<Sting, List<Sting>>. Please let me know if you'd rather change the type of the mappings field.

Fixes #12821, fixes #12719

@guillermocalvo guillermocalvo self-assigned this Nov 6, 2023
@puneetbehl puneetbehl merged commit 35bcc0e into 6.1.x Nov 6, 2023
7 checks passed
@puneetbehl puneetbehl deleted the parse-cors-mappings branch November 6, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CORS mappings allowedOrigins not parsed properly Unable to configure CORS for multiple mappings
2 participants