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: set correct property for nonProxyHosts #6285

Merged
merged 1 commit into from Dec 12, 2023

Conversation

weyhmueller
Copy link
Contributor

Fixes Issue #6283

Description of Change

While there are different system properties for http and https proxies, there is only one shared property for proxy exclusions: http.nonProxyHosts

Setting https.nonProxyHosts has no effect on any recent JDK

Have test cases been added to cover the new functionality?

no

While there are different system properties for http and https proxies, there is only one shared property for proxy exclusions: http.nonProxyHosts

Setting https.nonProxyHosts has no effect on any recent JDK

Fixes jeremylong#6283
@boring-cyborg boring-cyborg bot added the maven changes to the maven plugin label Dec 12, 2023
@jeremylong jeremylong added this to the 9.0.5 milestone Dec 12, 2023
@jeremylong
Copy link
Owner

Thank you for catching my copy/paste mistake. I knew the non-proxy host property is shared...

@jeremylong jeremylong merged commit 4b3287b into jeremylong:main Dec 12, 2023
5 checks passed
@weyhmueller weyhmueller deleted the fix/fix-non-proxy-hosts branch December 13, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maven changes to the maven plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants