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:
Rossen Stoyanchev
2012-05-14 17:32:44 -04:00
parent 1167155182
commit fbb2103e4d
3 changed files with 44 additions and 9 deletions

View File

@@ -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)
-------------------------------------