diff --git a/cql-common/src/main/java/org/xbib/cql/util/QueryStringDecoder.java b/cql-common/src/main/java/org/xbib/cql/util/QueryStringDecoder.java index fb8dac1..9933ed6 100644 --- a/cql-common/src/main/java/org/xbib/cql/util/QueryStringDecoder.java +++ b/cql-common/src/main/java/org/xbib/cql/util/QueryStringDecoder.java @@ -25,9 +25,8 @@ import java.util.Map; *
  * {@link QueryStringDecoder} decoder = new {@link QueryStringDecoder}("recipient=world&x=1;y=2", false);
  * 
- *

HashDOS vulnerability fix

- * As a workaround to the HashDOS 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 HashDOS 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. */