-
Bug
-
Resolution: Done
-
Major
-
None
-
None
At Http2Connection.pushResource, you will find the following line:
Connectors.setExchangeRequestPath(exchange, path, getUndertowOptions().get(UndertowOptions.URL_CHARSET, StandardCharsets.UTF_8.name()), getUndertowOptions().get(UndertowOptions.DECODE_URL, UndertowOptions.DEFAULT_DECODE_URL), URLUtils.getSlashDecodingFlag(getUndertowOptions()), new StringBuilder(), getUndertowOptions().get(UndertowOptions.MAX_PARAMETERS, UndertowOptions.DEFAULT_MAX_HEADERS));
As you can see, at the end of the line, it should not be using DEFAULT_MAX_HEADERS to configure MAX_PARAMETERS
- relates to
-
UNDERTOW-2704 Create a default constant for UndertowOptions.MAX_PARAMETERS
-
- Resolved
-