Add "excludedExceptions" to SimpleUrlHandlerMapping
The new property can be used to ignore specific exceptions that may otherwise be matched by the "exceptionMappings" property or resolved through the defaultErrorView. Issue: SPR-5193
This commit is contained in:
1
src/dist/changelog.txt
vendored
1
src/dist/changelog.txt
vendored
@@ -23,6 +23,7 @@ Changes in version 3.2 M1
|
||||
* Prevent further writing to the response when @ResponseStatus contains a reason
|
||||
* Deprecate HttpStatus codes 419, 420, 421
|
||||
* support access to all URI vars via @PathVariable Map<String, String>
|
||||
* add "excludedExceptions" property to SimpleUrlHandlerMapping
|
||||
|
||||
Changes in version 3.1.1 (2012-02-16)
|
||||
-------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user