JDK-4430482 : installer should be able to handle proxy autoconfig script
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 1.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2001-03-27
  • Updated: 2001-05-07
  • Resolved: 2001-05-07
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
1.0.1 1.0.1Fixed
Description
JavaWS currently won't automagically detect proxy settings if a proxy
config script is being used by the browser.  Since many companies use autoconfig
scripts, we should support them in JavaWS.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.0.1 FIXED IN: 1.0.1 INTEGRATED IN: 1.0.1 VERIFIED IN: 1.0.1
31-08-2004

EVALUATION We now check for the presence of a proxy autoconfiguration script, and if one exists, we read it. We then grab the first proxy that the file mentions and attempt to use it. There could be a better implementation for this, but it would involve actually executing the script, which would require a bundled JavaScript interpreter. -stephen.bohne@East 2001-03-29 Re-opened, just found a bug in this. -stephen.bohne@East 2001-03-29 We were indexing a string incorrectly, fixed. -stephen.bohne@East 2001-03-30
29-03-2001