-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
[pact-jvm-consumer-junit], MockProviderConfig::url(), IPv6 host is not supported #405
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
rholshausen
changed the title
[pact-jvm-consumer-junit], MockProviderConfig::url(), IPv6 host is not supported
pact-jvm-consumer-junit, MockProviderConfig::url(), IPv6 host is not supported
Jan 17, 2023
rholshausen
changed the title
pact-jvm-consumer-junit, MockProviderConfig::url(), IPv6 host is not supported
pact-jvm-consumer-junit, MockProviderConfig url(), IPv6 host is not supported
Jan 17, 2023
rholshausen
changed the title
pact-jvm-consumer-junit, MockProviderConfig url(), IPv6 host is not supported
pact-jvm-consumer-junit, MockProviderConfig url, IPv6 host is not supported
Jan 17, 2023
/jira ticket |
👋 Thanks, Jira [PACT-594] ticket created. |
rholshausen
changed the title
pact-jvm-consumer-junit, MockProviderConfig url, IPv6 host is not supported
[pact-jvm-consumer-junit], MockProviderConfig::url(), IPv6 host is not supported
Jan 17, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
rholshausen
added a commit
that referenced
this issue
Jan 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug-report is about MockProviderConfig::url().
If MockProviderConfig.hostname is an IPv6 address, MockProviderConfig::url() will return an invalid URL. Here is a little test, demonstrating the issue.
My current workaround is, to use guava.InetAddresses::toUriString() before constructing a PactProviderRule.
The text was updated successfully, but these errors were encountered: