-
Bug
-
Resolution: Fixed
-
P3
-
6u18
-
b02
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198915 | 7 | Dennis Gu | P3 | Resolved | Fixed | b104 |
JDK-2189710 | 6-pool | Vikram Aroskar | P3 | Closed | Won't Fix |
function FindProxyForURL(url,host) {
{
return "PROXY proxy1:8080";
}
}
Using the simple proxy.pac file above, I see the following behavior in Java 1.6.0_18-b07 on both Windows XP and 2000, Firefox 3.5.0 and ff 3.0.18 (but not in IE 8.0 or 6.0):
In the Java Control Panel, although the auto proxy config script was checked, the plugin used the manual proxy configuration (although it was grayed-out.)
I understand if the plugin can't read the autoconfig script, the plugin default should be to use *DIRECT*!
Note: If I intentionally fill in the script location incorrectly, I can see the same behavior with IE 6&8.
{
return "PROXY proxy1:8080";
}
}
Using the simple proxy.pac file above, I see the following behavior in Java 1.6.0_18-b07 on both Windows XP and 2000, Firefox 3.5.0 and ff 3.0.18 (but not in IE 8.0 or 6.0):
In the Java Control Panel, although the auto proxy config script was checked, the plugin used the manual proxy configuration (although it was grayed-out.)
I understand if the plugin can't read the autoconfig script, the plugin default should be to use *DIRECT*!
Note: If I intentionally fill in the script location incorrectly, I can see the same behavior with IE 6&8.
- backported by
-
JDK-2198915 Java plugin + Firefox does not pick up auto proxy settings from Java control panel
-
- Resolved
-
-
JDK-2189710 Java plugin + Firefox does not pick up auto proxy settings from Java control panel
-
- Closed
-
- duplicates
-
JDK-6930729 Java plugins do not evaluate JRE configured automatic proxy file when run in Firefox browser
-
- Closed
-