SPR-8898 Allow match by trailing slash in RequestMappingHandlerMapping.

This commit is contained in:
Rossen Stoyanchev
2011-12-08 03:38:50 +00:00
parent 569426dfdf
commit 6f150e4f07
5 changed files with 59 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ Changes in version 3.1 GA (2011-12-12)
* ResourceHttpRequestHandler and ContentNegotiatingViewResolver use consistent mime type resolution
* Portlet MVC annotation mapping allows for distributing action names across controllers
* added String constants to MediaType
* add useTrailingSlashMatch property to RequestMappingHandlerMapping
Changes in version 3.1 RC2 (2011-11-28)