Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jaguililla opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@jaguililla
Copy link
Member

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.

@jaguililla jaguililla added the bug label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant