SPR-8859 Fix issue with prototype controllers in RequestMappingHandlerAdapter.

This commit is contained in:
Rossen Stoyanchev
2011-11-18 11:32:01 +00:00
parent c03a950706
commit e4fada56ab
4 changed files with 83 additions and 39 deletions

View File

@@ -24,6 +24,7 @@ Changes in version 3.1 RC2 (2011-11-15)
* added methods to UriComponentsBuilder for replacing the path or the query
* added ServletUriComponentsBuilder to build a UriComponents instance starting with a ServletRequest
* MockHttpServletRequest and MockHttpServletResponse now keep contentType field and Content-Type header in sync
* Fix issue with cache ignoring prototype-scoped controllers in RequestMappingHandlerAdapter
Changes in version 3.1 RC1 (2011-10-11)