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 proxy.nonproxyhosts setting as pipe delimited string #362

Merged
merged 1 commit into from
Nov 15, 2023
Merged

fix: set proxy.nonproxyhosts setting as pipe delimited string #362

merged 1 commit into from
Nov 15, 2023

Conversation

PaddyDrury
Copy link
Contributor

The matchNonProxy method in the core utils library expects proxy.nonproxyhosts setting to be a pipe, comma, or semicolon delimited string, but the gradle plugin sets it as an array causing the values to be corrupted when they are read. Use a pipe delimited string instead.

resolves #319

The matchNonProxy method in the core utils library expects proxy.nonproxyhosts setting to be a pipe, comma, or semicolon delimited string, but the gradle plugin sets it as an array causing the values to be corrupted when they are read. Use a pipe delimited string instead.

resolves #319
@jeremylong jeremylong merged commit ed40129 into dependency-check:main Nov 15, 2023
2 checks passed
@PaddyDrury PaddyDrury deleted the bugfix/non-proxy-host-setting-as-string branch November 15, 2023 10: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.

DC plugin for gradle ignore nonProxyHosts
2 participants