mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
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