[Bug 1222912] Re: Error parsing proxy.pac
Tiago Stürmer Daitx
1222912 at bugs.launchpad.net
Fri Jan 8 21:06:05 UTC 2016
Michael, thank you for taking the time to report this bug and helping to
make Ubuntu better.
Your patch was highly appreciated and is now applied on IcedTea
upstream. Would you be willing to test icedtea-web head? Can you build
it yourself? Or would you rather grab a pre-build deb file, either
directly or from a ppa?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to icedtea-web in Ubuntu.
https://bugs.launchpad.net/bugs/1222912
Title:
Error parsing proxy.pac
Status in Iced Tea:
Fix Released
Status in icedtea-web package in Ubuntu:
Confirmed
Bug description:
Ubuntu 12.04.3 LTS 32-bit up-to-date
When using the following proxy.pac, IcedTea doesn't open embedded java
applets in Firefox or Chromium:
function FindProxyForURL(url, host) {
return "PROXY 192.168.1.3:8080; DIRECT";
}
I had to change to:
function FindProxyForURL(url, host) {
return "PROXY 192.168.1.3:8080";
}
There is some problem passing & parsing proxy.pac configurations.
I tried using proxy.pac using system proxy configuration, browser
proxy configuration and IcedTea Web Control Panel.
My conclusion is that proxy.pac only work if they return one proxy
possibility (as my above example).
Similar to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1091926
To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/1222912/+subscriptions
More information about the foundations-bugs
mailing list