d5087deec6
Motivations ----------- HttpPostStandardRequestDecoder was changed in 4.1.50 to provide its own ByteBuf UrlDecoder. Prior to this change, it was using the decodeComponent method from QueryStringDecoder which decoded + characters to whitespaces. This behavior needs to be preserved to maintain backward compatibility. Modifications ------------- Changed HttpPostStandardRequestDecoder to detect + bytes and decode them toe whitespaces. Added a test. Results ------- Addresses issues#10284 |
||
---|---|---|
.. | ||
src | ||
pom.xml |