cosmetic
This commit is contained in:
parent
3c903db4ef
commit
e951774a5d
1 changed files with 2 additions and 3 deletions
|
@ -25,9 +25,8 @@ import java.util.Map;
|
||||||
* <pre>
|
* <pre>
|
||||||
* {@link QueryStringDecoder} decoder = new {@link QueryStringDecoder}("recipient=world&x=1;y=2", false);
|
* {@link QueryStringDecoder} decoder = new {@link QueryStringDecoder}("recipient=world&x=1;y=2", false);
|
||||||
* </pre>
|
* </pre>
|
||||||
* <h3>HashDOS vulnerability fix</h3>
|
* HashDOS vulnerability fix: As a workaround to the <a href="http://netty.io/s/hashdos">HashDOS</a> vulnerability,
|
||||||
* As a workaround to the <a href="http://netty.io/s/hashdos">HashDOS</a> vulnerability, the decoder
|
* the decoder limits the maximum number of decoded key-value parameter pairs, up to {@literal 1024} by
|
||||||
* limits the maximum number of decoded key-value parameter pairs, up to {@literal 1024} by
|
|
||||||
* default, and you can configure it when you construct the decoder by passing an additional
|
* default, and you can configure it when you construct the decoder by passing an additional
|
||||||
* integer parameter.
|
* integer parameter.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue