SPR-8789 Support request with multiple param values in FlahMap matching logic

This commit is contained in:
Rossen Stoyanchev
2011-11-01 16:26:25 +00:00
parent e6920a59fa
commit 8337f4bf20
3 changed files with 38 additions and 10 deletions

View File

@@ -15,7 +15,8 @@ Changes in version 3.1 RC2 (2011-11-15)
* fixed MethodInvokingJobDetailFactoryBean's Quartz 2.0 support
* RmiClientInterceptor detects nested SocketException as connect failure as well
* fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility)
* Use original request URI in FlashMap matching logic to account for URL rewriting
* Support target request with multiple parameter values in FlahMap matching logic
Changes in version 3.1 RC1 (2011-10-11)
---------------------------------------