Error parsing proxy.pac
Bug #1222912 reported by
Josep Pujadas-Jubany
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Iced Tea |
Fix Released
|
Wishlist
|
|||
icedtea-web (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
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
return "PROXY 192.168.1.3:8080; DIRECT";
}
I had to change to:
function FindProxyForURL
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:/
Changed in icedtea: | |
importance: | Unknown → Wishlist |
status: | Unknown → Confirmed |
Changed in icedtea-web (Ubuntu): | |
status: | New → Confirmed |
Changed in icedtea: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
More testing...
https:/ /bugs.launchpad .net/ubuntu/ +source/ firefox/ +bug/1091926/ comments/ 11