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