Do not clear queryParams UriComponentsBuilder#query

See gh-35628

Signed-off-by: Schäfer, H.H. (Hans Hosea) <HansHosea.Schaefer@ing.de>
This commit is contained in:
Schäfer, H.H. (Hans Hosea)
2025-10-15 12:31:08 +01:00
committed by rstoyanchev
parent 1c2a24a8ed
commit 649bd3ee2d
2 changed files with 18 additions and 3 deletions
@@ -552,9 +552,6 @@ public class UriComponentsBuilder implements UriBuilder, Cloneable {
}
resetSchemeSpecificPart();
}
else {
this.queryParams.clear();
}
return this;
}