Skip to content

Commit cf9b4d1

Browse files
committed
Removed duplicate NoHandlerFoundException entry
Issue: SPR-14598 (cherry picked from commit 188e532)
1 parent ab0d523 commit cf9b4d1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/asciidoc/web-mvc.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3991,7 +3991,8 @@ config). Listed below are some of the exceptions handled by this resolver and th
39913991
corresponding status codes:
39923992

39933993
|===
3994-
| Exception| HTTP Status Code
3994+
| Exception
3995+
| HTTP Status Code
39953996

39963997
| `BindException`
39973998
| 400 (Bad Request)
@@ -4017,6 +4018,9 @@ corresponding status codes:
40174018
| `MethodArgumentNotValidException`
40184019
| 400 (Bad Request)
40194020

4021+
| `MissingPathVariableException`
4022+
| 500 (Internal Server Error)
4023+
40204024
| `MissingServletRequestParameterException`
40214025
| 400 (Bad Request)
40224026

@@ -4031,12 +4035,6 @@ corresponding status codes:
40314035

40324036
| `TypeMismatchException`
40334037
| 400 (Bad Request)
4034-
4035-
| `MissingPathVariableException`
4036-
| 500 (Internal Server Error)
4037-
4038-
| `NoHandlerFoundException`
4039-
| 404 (Not Found)
40404038
|===
40414039

40424040
The `DefaultHandlerExceptionResolver` works transparently by setting the status of the

0 commit comments

Comments
 (0)