Files
spring-framework/spring-web/src/test/java/org/springframework
Sebastien Deleuze 8fbd310b07 Support port URI template variables
This commit makes it possible to specify port with an URI template variable.

For example :
RestTemplate restTemplate = new RestTemplate();
restTemplate.getForObject("http://localhost:{port}/resource", String.class, 8080);

Issue: SPR-12123
2014-08-29 08:59:11 -04:00
..
2014-08-22 14:00:28 +02:00
2014-08-29 08:59:11 -04:00