SPR-9077 Remove empty path segments from input to UriComponentsBuilder.

This commit is contained in:
Rossen Stoyanchev
2012-02-01 19:51:00 -05:00
parent 8530828eb4
commit 010abd06e3
3 changed files with 49 additions and 27 deletions

View File

@@ -31,6 +31,9 @@ Changes in version 3.1.1 (2012-02-06)
* fix request mapping bug involving direct vs pattern path matches with HTTP methods
* revise the FlashMapManager contract and implemenation to address a flaw in its design
* Remove check for HTTP "POST" when resolving multipart request controller method arguments
* add normalize() method to UriComponents
* remove empty path segments from input to UriComponentsBuilder
* add fromRequestUri(request) and fromCurrentRequestUri() methods to ServletUriCommonentsBuilder
Changes in version 3.1 GA (2011-12-12)
--------------------------------------