Skip to content

Update CORS configuration#930

Merged
dennisvang merged 11 commits into
masterfrom
fix/929-cors-config-update
Jun 16, 2026
Merged

Update CORS configuration#930
dennisvang merged 11 commits into
masterfrom
fix/929-cors-config-update

Conversation

@dennisvang

@dennisvang dennisvang commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This replaces the custom CORSFilter by a modern implementation based on the spring MVC docs.

CORS settings remain equivalent to the original settings.
(except that we also allow the HEAD method, for completeness)

fixes #929

@dennisvang dennisvang changed the title Modernize CORS configuration Modern CORS configuration Jun 16, 2026
@dennisvang dennisvang changed the title Modern CORS configuration Update CORS configuration Jun 16, 2026
@dennisvang
dennisvang marked this pull request as ready for review June 16, 2026 16:00
@dennisvang

Copy link
Copy Markdown
Contributor Author

the important changes were already reviewed in #578 (for the develop branch)

[no ci]
@dennisvang dennisvang added chore Maintenance improvement Existing functionality that can be improved labels Jun 16, 2026
@dennisvang
dennisvang merged commit 6703e58 into master Jun 16, 2026
@dennisvang
dennisvang deleted the fix/929-cors-config-update branch June 16, 2026 16:13
@dennisvang dennisvang mentioned this pull request Jun 16, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance improvement Existing functionality that can be improved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CORSFilter implementation is outdated

1 participant