uri-templates/uritemplate-test

explode with "required" query parameters

Opened this issue · 0 comments

Although this is not explicitly called out by the specification, it seems to me that

{ "foo": ["a", "b"] }

https://localhost?foo={foo}
https://localhost?foo={foo*}

will both result in 
https://localhost?foo=a,b

Should we add those cases to the test suite?