Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Requests with multiple query parameters of same name doesn't work #7

Open
nick-fedesna opened this issue Jul 18, 2015 · 0 comments
Open

Comments

@nick-fedesna
Copy link
Contributor

Issue: GET https://mock.vokal.io/v1/foo?bar=wing&bar=ding
Result: Missing File: GET|-v1-foo?bar=ding

When collecting the query parameters, we are using TreeMap<String, String> which therefore only allows for one of any key. We need to be using TreeMap<String, TreeSet>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant