Improve i18n-support for NoResourceFoundException by zamzterz · Pull Request #35758 · spring-projects/spring-framework

@zamzterz

Return the requested resource as
ErrorResponse.getDetailMessageArguments, making it usable with
message customization and i18n.

Signed-off-by: Samuel Gulliksson <samuel.gulliksson@gmail.com>

@sbrannen sbrannen changed the title Improve i18n-support for NoResourceFoundException. Improve i18n-support for NoResourceFoundException

Dec 10, 2025

rstoyanchev pushed a commit that referenced this pull request

Dec 10, 2025
Return the requested resource as ErrorResponse.getDetailMessageArguments,
making it usable with message customization and i18n.

See gh-35758

Signed-off-by: Samuel Gulliksson <samuel.gulliksson@gmail.com>