Skip to content

Fix useSystemProperties#395

Merged
ryber merged 1 commit into
Kong:mainfrom
arbu:fix-use-system-properties
Feb 5, 2021
Merged

Fix useSystemProperties#395
ryber merged 1 commit into
Kong:mainfrom
arbu:fix-use-system-properties

Conversation

@arbu

@arbu arbu commented Feb 5, 2021

Copy link
Copy Markdown
Contributor

Previously the value set with Config.useSystemProperties(boolean) was overriden. This pull request removes the call to HttpClientBuilder.useSystemProperties() from the ApacheClient constructor, so it is only called when the appropriate config is set.
Also set the default value of useSystemProperties to true in order to not break behavior from previous versions.

Previously the value set with Config.useSystemProperties(boolean) was
overriden before. This pull request removes the call to
HttpClientBuilder.useSystemProperties() from the ApacheClient
constructor, so it is only called when the appropriate config is set.
Also set the default value of useSystemProperties to true to not break
behavior from previous versions.
@CLAassistant

CLAassistant commented Feb 5, 2021

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@ryber ryber merged commit 51d44a1 into Kong:main Feb 5, 2021
@ryber

ryber commented Feb 5, 2021

Copy link
Copy Markdown
Collaborator

thanks @arbu

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.

3 participants