mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
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:
committed by
rstoyanchev
parent
1c2a24a8ed
commit
649bd3ee2d
@@ -552,9 +552,6 @@ public class UriComponentsBuilder implements UriBuilder, Cloneable {
|
||||
}
|
||||
resetSchemeSpecificPart();
|
||||
}
|
||||
else {
|
||||
this.queryParams.clear();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user