From e951774a5d4840c7d49df59e47c1efa1ab7c42d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Fri, 30 Apr 2021 16:15:25 +0200 Subject: [PATCH] cosmetic --- .../src/main/java/org/xbib/cql/util/QueryStringDecoder.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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. */