mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Improve i18n-support for NoResourceFoundException.
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>
This commit is contained in:
committed by
rstoyanchev
parent
658775b914
commit
e99791f289
@@ -171,7 +171,7 @@ Message codes and arguments for each error are also resolved via `MessageSource`
|
||||
|
||||
| `NoResourceFoundException`
|
||||
| (default)
|
||||
|
|
||||
| `+{0}+` the resource
|
||||
|
||||
| `TypeMismatchException`
|
||||
| (default)
|
||||
|
||||
Reference in New Issue
Block a user