JDK-7131142 : [macosx] DefaultProxySelector for macosx needed to query system dynamically
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: unknown
  • Submitted: 2012-01-18
  • Updated: 2018-10-02
  • Resolved: 2018-10-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
Apple's Java 6 supports dynamic updates to proxy settings, but this isn't being supported currently
in jdk7u-osx. We may need to revisit this at some time to support it again.
It probably needs to be implemented as a DefaultProxySelector instead of in the shared property
initialization code.

Comments
JDK-8170868 provides support for querying system proxies on macOS.
02-10-2018