httpcomponents-client icon indicating copy to clipboard operation
httpcomponents-client copied to clipboard

HTTPCLIENT-2381 Enable automatic mapping

Open arturobernalg opened this issue 5 months ago • 1 comments

Enable env-proxy support ([HTTPCLIENT-2381](Enable env-proxy support (HTTPCLIENT-2381) – add EnvironmentProxyConfigurer, wire it into HttpClientBuilder, revert extra fallbacks, and introduce JUnit test (System-Lambda) with dep-management cleanup.)) – add EnvironmentProxyConfigurer, wire it into HttpClientBuilder, revert extra fallbacks, and introduce JUnit test (System-Lambda) with dep-management cleanup.

arturobernalg avatar Jul 17 '25 14:07 arturobernalg

@arturobernalg Actually I think the fix is misplaced. This logic should go into SystemDefaultRoutePlanner and our code must not change the system properties at all but populate HttpRoutes instead based on environment

ok2c avatar Jul 20 '25 16:07 ok2c