We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f3f18 commit 94d29baCopy full SHA for 94d29ba
framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-rest-exceptions.adoc
@@ -37,7 +37,7 @@ already set.
37
"application/problem+json" over "application/json" when rendering a `ProblemDetail`,
38
and also falls back on it if no compatible media type is found.
39
40
-To enable RFC 9457 responses for Spring WebFlux exceptions and for any
+To enable RFC 9457 responses for Spring MVC exceptions and for any
41
`ErrorResponseException`, extend `ResponseEntityExceptionHandler` and declare it as an
42
xref:web/webmvc/mvc-controller/ann-advice.adoc[@ControllerAdvice] in Spring configuration. The handler
43
has an `@ExceptionHandler` method that handles any `ErrorResponse` exception, which
0 commit comments