Skip to content
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

fix host parse issue with ipv6 format #6836

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Conversation

KeRan213539
Copy link

@KeRan213539 KeRan213539 commented Oct 27, 2020

What is the purpose of the change

fix #4597

Brief changelog

dubbo.protocol.host 的格式检查中,增加: 如果以"["开头并以"]"结尾,则检查是否是IPv6地址,其他的按原方式检查

Verifying this change

dubbo.protocol.host="[IPv6]"

@htynkn htynkn changed the title fix #4597 fix host parse issue with ipv6 format Nov 5, 2020
Copy link
Member

@beiwei30 beiwei30 left a comment

Choose a reason for hiding this comment

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

LGTM

@chickenlj chickenlj added this to the 2.7.9 milestone Dec 21, 2020
@chickenlj chickenlj merged commit 47fa631 into apache:master Dec 21, 2020
AlbumenJ added a commit to AlbumenJ/dubbo that referenced this pull request May 26, 2021
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.

dubbo protocal host cannot support ipv6 format
4 participants