Skip to content

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

Closed
wants to merge 5 commits into from
Closed

fix for issue #25323 with test #25558

wants to merge 5 commits into from

Conversation

eitan613
Copy link

@eitan613 eitan613 commented Aug 7, 2020

No description provided.

@pivotal-issuemaster
Copy link

@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.

@pivotal-issuemaster
Copy link

@eitan613 Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Aug 7, 2020
URI checkUri = UriComponentsBuilder.fromUri(uri).build(true).toUri();
assertThat(uri.toString()).isEqualTo(checkUri.toString());
}

Copy link
Contributor

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
Copy link
Contributor

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.

Copy link
Author

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.

@eitan613 eitan613 closed this Aug 17, 2020
@eitan613
Copy link
Author

will re-open as separate pull requests. sorry for the confusion

@bclozel bclozel removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants