Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2101398 | 5.0 | Xiaobin Lu | P2 | Resolved | Fixed | b57 |
The following returns 1 (which is MANUAL)
temp = System.getProperty("javaplugin.proxy.config.type");
when we use java plugin 1.4.2 with "Use Broswer Setting" set to true
(in the plugin control pannel) and the browser has a PAC file URL
in the form of a file URL, like file:///c:/new.pac.
Whereas instead of returning 1 System.getProperty should return 2,
which is AUTO.
A file URL pointing to Auto Configuration Script is a valid PAC location.
temp = System.getProperty("javaplugin.proxy.config.type");
when we use java plugin 1.4.2 with "Use Broswer Setting" set to true
(in the plugin control pannel) and the browser has a PAC file URL
in the form of a file URL, like file:///c:/new.pac.
Whereas instead of returning 1 System.getProperty should return 2,
which is AUTO.
A file URL pointing to Auto Configuration Script is a valid PAC location.
- backported by
-
JDK-2101398 wrong proxy type returned when file URL is used instead of http URL
-
- Resolved
-
- relates to
-
JDK-4988192 Java Plugin 1.4.2 does not allow applet to query proxy info. from browser settin
-
- Closed
-
-
JDK-5010291 Proxy host is retunrned as null when PAC file points to "DIRECT"
-
- Closed
-