Skip to content

correct ipv6 address handling when building MongoClients #361

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

Merged
merged 2 commits into from
Jul 14, 2016
Merged

correct ipv6 address handling when building MongoClients #361

merged 2 commits into from
Jul 14, 2016

Conversation

evanchooly
Copy link
Contributor

fixes JIRA-2245

@@ -129,6 +129,16 @@ public ServerAddress(final String host, final int port) {
this.port = portToUse;
}

private String join(final String delimiter, final String[] array, final int start, final int end) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think this method is needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. Was using that for a failed approach and missed it in the clean up.

@rozza
Copy link
Member

rozza commented Jul 14, 2016

Other than the join method - LGTM

@jyemin
Copy link
Collaborator

jyemin commented Jul 14, 2016

lgtm

@evanchooly evanchooly merged commit c7c5803 into mongodb:master Jul 14, 2016
@evanchooly evanchooly deleted the ipv6 branch July 14, 2016 18:48
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.

3 participants