helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

Fix multi-value query string parsing #8889

Closed tomas-langer closed 2 weeks ago

tomas-langer commented 2 weeks ago

Resolves #8886

When parsing a query with multiple values, we incorrectly called set instead of add, so only the last value was used.

Also the query must be encoded when used for parsing - fixed javadoc, and usage.