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

Remove MessageSourceAware from ExceptionTranslationWebFilter #11057

Closed
eleftherias opened this issue Apr 5, 2022 · 0 comments
Closed

Remove MessageSourceAware from ExceptionTranslationWebFilter #11057

eleftherias opened this issue Apr 5, 2022 · 0 comments
Assignees
Labels
in: web An issue in web modules (web, webmvc) type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
Milestone

Comments

@eleftherias
Copy link
Contributor

The ExceptionTranslationWebFilter used to retrieve an exception message from a MessageSource.

This was removed as part of gh-10864 because it was a blocking call and did not align with the other WebFilters.

Since the message is no longer retrieved, the filter does not need to implement MessageSourceAware.

@eleftherias eleftherias added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement type: breaks-passivity A change that breaks passivity with the previous release labels Apr 5, 2022
@eleftherias eleftherias added this to the 6.0.0-M4 milestone Apr 5, 2022
@eleftherias eleftherias self-assigned this Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant