Hi,
Is there any reason why query parameter keys are not being url-decoded in the netty binding [1]? This seems to be an oversight in the binding, and is causing some unexpected behaviour (ie, keys in the params map that contain url-encoded values).
Cheers,
Kristian.
[1]
https://github.com/n8han/Unfiltered/blob/master/netty/src/main/scala/bindings.scala#L166