mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
203b22b246
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