SPR-8352 Init and apply MappedInterceptors from AbstractHandlerMapping

This commit is contained in:
Rossen Stoyanchev
2011-05-19 16:45:25 +00:00
parent 60aa598c03
commit 0bf92782ea
11 changed files with 298 additions and 341 deletions

View File

@@ -18,6 +18,7 @@ Changes in version 3.1 M2 (2011-??-??)
* support for URI template variables in view names with the "redirect:" prefix
* a flag for extracting the value from single-key models in MappingJacksonJsonView
* allow bean references in mvc:interceptor namespace elements
* consolidated the initialization and use of MappedInterceptors in AbstractHandlerMapping
Changes in version 3.1 M1 (2011-02-11)
--------------------------------------