-
Notifications
You must be signed in to change notification settings - Fork 38.5k
fix for issue #25323 with test #25558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@eitan613 Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@eitan613 Thank you for signing the Contributor License Agreement! |
URI checkUri = UriComponentsBuilder.fromUri(uri).build(true).toUri(); | ||
assertThat(uri.toString()).isEqualTo(checkUri.toString()); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you accidentally included this, which I recognize as a scenario from an unrelated issue.
@@ -440,7 +440,7 @@ public UriComponents build() { | |||
/** | |||
* Build a {@code UriComponents} instance from the various components | |||
* contained in this builder. | |||
* @param encoded whether all the components set in this builder are | |||
* @param encoded asserts whether all the components set in this builder are already |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise here, this looks accidentally included here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I accidentally included two separate fixes in one PR. Will submit it in a new one.
will re-open as separate pull requests. sorry for the confusion |
No description provided.