Files
spring-framework/spring-web/src/test/java/org/springframework
Phillip Webb 203b22b246 UriComponentsBuilder supports query without value
Fix UriComponentsBuilder to support query parameters that do not
include a value without losing '='. The following styles are now
supported:

    http://example.com/foo?bar=baz
    http://example.com/foo?bar=
    http://example.com/foo?bar

Issue: SPR-10215
2013-02-11 12:13:54 -08:00
..
2013-01-04 10:02:29 +01:00
2013-01-04 10:02:29 +01:00