-
Notifications
You must be signed in to change notification settings - Fork 853
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
Bugfix to support comma separated values in no_proxy environment settings #4735
Conversation
5ef809a
to
01af6b2
Compare
01af6b2
to
0dec65d
Compare
…h pipes and commas for System variable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update Javadocs for ProxyConfiguration.Builder#useEnvironmentVariableValues
to mention this behavior? We have proxy config class for every http client, hopefully it's not too much copy paste
SonarCloud Quality Gate failed. 0 Bugs 78.1% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Motivation and Context
4703
Root Cause
The logic to parse no_proxy environment variables for multiple host used logic same as that of System property NO_PROXY setting which treated "|" as separator
Why was this missed in testing ?
Modifications
New revision
After offline Discussion with @zoewangg updated this to be consistent as V1-here and V1-Here supporting both commas and pipes.
Testing
Screenshots (if appropriate)
Types of changes
License