Add config option for QueryStringDecoder semicolonIsNormalChar #11411
Labels
info: good first issue
Good for newcomers
type: improvement
A minor improvement to an existing feature
Milestone
Feature description
Netty's QueryStringDecoder has an option semicolonIsNormalChar that defaults to false. We need a config option that allows changing that setting.
We also have our own copy of QueryStringDecoder in core. It also needs this config option.
The text was updated successfully, but these errors were encountered: