Open lakemove opened 7 years ago
yes it should
PR: https://github.com/eclipse/vert.x/pull/2125
I know nothing of Vert.x coding practices, though, so flame away at my mistakes. :)
@vietj this topic just popped up in Quarkus.
@cescoffier that would be a breaking change, so I think we can make it as an option for now and make it the default in Vert.x 5
given url
/test?key=v1&Key=v2&KEY=v3
it should return different value as below, but now it all returns v3The code causing issue is
HttpUtils.params
, it should not use CaseInsensitiveHeaders