News
Letzte JAVA version benutzt keine Proxy Einstellungen unter IE
Artikel veröffentlicht am 30 October 2014
Latest Java not using Proxy configuration under IE
Description
- Problem statement:
- Java Applet does not start under IE with a global proxy configuration, after the update to or
set-up of: - Java 1.8 Update 25
- Java 1.7 Update 71/72
- Java Applet does not start under IE with a global proxy configuration, after the update to or
- Reason:
- The PAC(Proxy Auto-Config)or WPAD (Web Proxy Autodiscovery Protocol) files are not taken in account with the global proxy configuration.
- Workaround:
- Use of another browser (Google Chrome or Mozilla Firefox)
- Replace dnsResolve by dnsDomainIS (source:https://bugs.openjdk.java.net/browse/JDK-8062034?focusedCommentId=13568396&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13568396)
- Manual configuration of the proxy under IE (heavy task in multi user environment)



