EVALUATION
fix for hopper
###@###.### 2002-01-17
On Windows, we should grab the COM JScript parsing engine and use it to parse
the Javascript autoconfig script. Unfortunately there is not much we can do
on Solaris/Linux, unless we bundle a Javascript parser with jaws.
###@###.### 2002-07-23
Because of limitations of the J2RE proxy implementation, the above is not
possible for Mantis. However, there are still steps that can be taken to
improve the proxy autoconfig script parsing implementation for Mantis:
1. Do not attempt to "guess" the proxy setting from an autoconfig script. If
we encounter a script, we should prompt the user to enter a proxy, with the
"hint" being what we saw in the autoconfig script.
2. Fix the Netscape 6 support so we now properly recognize an autoconfig setting
on Netscape 6.
###@###.### 2002-10-15
|