Add baseUrl overloaded MvcUriComponentsBuilder methods

Issue: SPR-12800
This commit is contained in:
Rossen Stoyanchev
2015-03-16 20:45:01 -04:00
parent 7f9975e34d
commit febcd0c46d
4 changed files with 133 additions and 26 deletions

View File

@@ -697,7 +697,7 @@ public class UriComponentsBuilder implements Cloneable {
}
@Override
protected Object clone() {
public Object clone() {
return new UriComponentsBuilder(this);
}