Parameterize URI parsing tests
Closes gh-33639
This commit is contained in:
@@ -518,9 +518,9 @@ public class UriComponentsBuilder implements UriBuilder, Cloneable {
|
||||
}
|
||||
path(record.path().toString());
|
||||
query(record.query());
|
||||
if (StringUtils.hasText(record.fragment())) {
|
||||
fragment(record.fragment());
|
||||
}
|
||||
}
|
||||
if (StringUtils.hasText(record.fragment())) {
|
||||
fragment(record.fragment());
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user