-
Bug
-
Resolution: Done
-
Critical
-
2.3.8.Final, 2.3.7.SP2
-
None
-
None
See JBEAP-25508 for reproduction steps.
There is probably a typo in:
if (options.contains(UndertowOptions.HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE)) { pushOption(currentBuffer, Http2Setting.SETTINGS_MAX_HEADER_LIST_SIZE, options.get(UndertowOptions.HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE)); } else if(options.contains(UndertowOptions.MAX_HEADER_SIZE)) { pushOption(currentBuffer, Http2Setting.SETTINGS_MAX_HEADER_LIST_SIZE, options.get(UndertowOptions.HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE)); }
The second options.get(UndertowOptions.HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE) should likely use MAX_HEADER_SIZE instead of HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE.
- clones
-
JBEAP-25824 [GSS](7.4.z) UNDERTOW-2305 - Messaging clients are not load-balanced using Undertow loadbalancer
- Closed
- is cloned by
-
JBEAP-25508 (8.0.z) UNDERTOW-2305 Messaging clients are not load-balanced using Undertow loadbalancer
- Closed
- is incorporated by
-
WFCORE-6555 CVE-2023-3223 Upgrade Undertow to 2.3.9.Final
- Resolved