Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4773602
Votes 0
Synopsis auto proxy detection is failing when using Netscape 4.79 and 7.0
Category javawebstart:app_mgr
Reported Against mantis
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, Verified, bug
Priority: 2-High
Related Bugs 4479455 , 4463745
Submit Date 05-NOV-2002
Description
For tracking purpose:
Fix for bug 4469455 and 4463745 is not working when user is using 
 customer  4.79 and 7.0.


  xxxxx@xxxxx   2002-11-04
Work Around
N/A
Evaluation
This is difficult to address because different versions of Netscape store their
proxy information in different (and conflicting) ways.  We cannot determine the
dot version of netscape from their configuration file, so in some cases such as
Netscape 4.79 we aren't going to be able to determine the setting.

In this particular case though, we should popup the proxy dialog instead of
setting the proxy to NONE.

  xxxxx@xxxxx   2002-11-05

Here is how proxy detection should be working now:
If a proxy is not already set in Javaws, we try to detect one from the browser.
The browser can be set to NONE, MANUAL, or AUTO.  Most of the time we are going
to discover the right setting, but because of the above comment, sometimes on
Netscape/Solaris we don't. So:

1. When the browser setting is AUTO (proxy autoconfig file), we should popup
the proxy dialog with a hint that we got from the autoconfig file.

2. When the browser setting is MANUAL we should always pickup the setting
correctly - no proxy dialog.

3. When the setting is NONE, in most cases we should pickup the setting and
not popup the proxy dialog.  However, there are a couple of cases (e.g.
netscape 4.76 on Solaris) that we cannot detect a NONE setting, in these
cases we popup the proxy dialog.

  xxxxx@xxxxx   2002-11-08
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang