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>
|
||||
* {@link QueryStringDecoder} decoder = new {@link QueryStringDecoder}("recipient=world&x=1;y=2", false);
|
||||
* </pre>
|
||||
* <h3>HashDOS vulnerability fix</h3>
|
||||
* As a workaround to the <a href="http://netty.io/s/hashdos">HashDOS</a> vulnerability, the decoder
|
||||
* limits the maximum number of decoded key-value parameter pairs, up to {@literal 1024} by
|
||||
* HashDOS vulnerability fix: As a workaround to the <a href="http://netty.io/s/hashdos">HashDOS</a> vulnerability,
|
||||
* the decoder 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
|
||||
* integer parameter.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue