SPR-8823 Add ServletUriComponentsBuilder.

This commit is contained in:
Rossen Stoyanchev
2011-11-07 21:04:23 +00:00
parent 1beb04cebf
commit d1d48ac940
3 changed files with 247 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ Changes in version 3.1 RC2 (2011-11-15)
* The Form hidden tag supports "disabled" attribute
* Add ignoreDefaultModelOnRedirect attribute to <mvc:annotation-driven/>
* Add methods to UriComponentsBuilder for replacing the path or the query.
* Add ServletUriComponentsBuilder to build a UriComponents instance starting with a ServletRequest
Changes in version 3.1 RC1 (2011-10-11)
---------------------------------------