JDK-5011076 : java should honour http_proxy, ftp_proxy, etc.
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 1.4.2_03
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2004-03-10
  • Updated: 2022-08-16
  • Resolved: 2004-03-17
Related Reports
Duplicate :  
Relates :  
Description
[###@###.###, 10 March 2004]
While trying various Java-based social software, I've learned about the various
system properties to set HTTP proxy server address and port information, using
the -D option to /usr/java/bin/java.  This approach requires me to modify all of
the launch scripts to include this information.  It would be simpler for deploying such applications on Solaris and Linux systems if the runtime translated the initial http_proxy environment variable (and ftp_proxy and so on)
into the appropriate set of system property settings.

Comments
EVALUATION Presumably the networking group should evaluate this request. ###@###.### 2004-03-16 This has been fixed in tiger with the new ProxySelector mechanism and the addition of the net.properties file. See 4923714 for more details. ###@###.### 2004-03-17
17-03-2004