hexagontk / hexagon

Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of services (Web applications or APIs) that run inside a cloud platform.
https://hexagontk.com
Other
578 stars 98 forks source link

[Helidon] Fetching form parameters with multiple values only return the last one #704

Open jaguililla opened 3 months ago

jaguililla commented 3 months ago

Using the Helidon server adapter:

Given a request with a form parameter with multiple values When the values of the form parameter are fetched Then only the last one is returned But the others are missing

The disabled test (defined in ClientTest) produce the error.

The failing code maybe on this file.