diff options
author | Omair Majid <[email protected]> | 2013-09-24 13:42:31 -0400 |
---|---|---|
committer | Omair Majid <[email protected]> | 2013-09-24 13:42:31 -0400 |
commit | fcd5c4c69fc5ea84b04f309eb40e295eab921fd8 (patch) | |
tree | 3bed81f2b2be0c9b7ac4148605a22c0d75dc9c3d /NEWS | |
parent | 0b4378d462bf9e44afe71d8c87adf682dd116c50 (diff) |
PR1474: Can't get javaws to use SOCKS proxy
If there is a SOCKS proxy specified, use it for https, http,
and ftp protocols too (as a fallback).
'sameProxy' now affects the https, http and ftp protocols,
but not the socket protocol.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ New in release 1.5 (2013-XX-XX): * Plugin - PR854: Resizing an applet several times causes 100% CPU load - PR1271: icedtea-web does not handle 'javascript:'-protocol URLs +* Common + - PR1474: Can't get javaws to use SOCKS proxy * Security Updates - CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event attached to applet |