Skip to content

[UNDERTOW-2676] Do not set the merged query parameters on the current…#1863

Merged
fl4via merged 1 commit intoundertow-io:2.3.xfrom
jamezp:UNDERTOW-2676
Jan 15, 2026
Merged

[UNDERTOW-2676] Do not set the merged query parameters on the current…#1863
fl4via merged 1 commit intoundertow-io:2.3.xfrom
jamezp:UNDERTOW-2676

Conversation

@jamezp
Copy link
Copy Markdown
Member

@jamezp jamezp commented Jan 14, 2026

… exchange as that needs to remain unmodified.

Use a LinkedHashSet for performance reasons when merging the value sets. Checking if a value exists for each entry could cause excess iteration.

https://issues.redhat.com/browse/UNDERTOW-2676

Main PR: #1864
2.2.x PR: #1884
2.4.x PR: todo

… exchange as that needs to remain unmodified.

Use a LinkedHashSet for performance reasons when merging the value sets. Checking if a value exists for each entry could cause excess iteration.

https://issues.redhat.com/browse/UNDERTOW-2676
Signed-off-by: James R. Perkins <jperkins@ibm.com>
@jamezp jamezp closed this Jan 14, 2026
@fl4via fl4via reopened this Jan 15, 2026
@fl4via fl4via added backport The PR is the result of backporting another PR to a maintainance branch waiting CI check Ready to be merged but waiting for CI check and removed waiting CI check Ready to be merged but waiting for CI check labels Jan 15, 2026
@fl4via fl4via merged commit 189eb96 into undertow-io:2.3.x Jan 15, 2026
133 of 183 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport The PR is the result of backporting another PR to a maintainance branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants