Skip to content

Evaluate system properties in default HttpClient in ReactorClientHttpRequestFactory #34850

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

siom79
Copy link

@siom79 siom79 commented May 2, 2025

As described in #34849, this PR lets the default HttpClient in ReactorClientHttpRequestFactory evaluate the system properties in order to apply given proxy settings like https.proxyHost and https.proxyPort.

Closes gh-34849

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 2, 2025
@bclozel bclozel added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels May 2, 2025
@bclozel bclozel added this to the 7.0.0-M5 milestone May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReactorClientHttpRequestFactory should use HttpClient.create().proxyWithSystemProperties()
3 participants