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: respect prefix/suffix wildcards in nonProxyHosts #1093

Merged
merged 1 commit into from
May 16, 2024

Conversation

ianbotsf
Copy link
Contributor

Issue #

#1092

Description of changes

We currently support the * wildcard in http.nonProxyHosts only in the global case (i.e., http.nonProxyHosts=*) but not when used as a prefix/suffix (e.g., http.nonProxyHosts=amazon.com*). This change adds the necessary support and tests.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ianbotsf ianbotsf requested a review from a team as a code owner May 16, 2024 17:53
Copy link

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
http-client-jvm.jar 330,756 330,654 102 0.03%

@ianbotsf ianbotsf merged commit 04774f5 into main May 16, 2024
15 checks passed
@ianbotsf ianbotsf deleted the fix-nonproxy-wildcards branch May 16, 2024 22:35
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.

None yet

2 participants