aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Azores <aazores@redhat.com>2013-07-22 10:13:30 -0400
committerAndrew Azores <aazores@redhat.com>2013-07-22 10:13:30 -0400
commitc3bd36b237a7e2fa69c2dc919d87f2b11bd3c332 (patch)
treed32bacb15ee84c91ae79d072376ee31370d521a6 /ChangeLog
parent3650eabff054cd3c6b3670d248ffeb04e0b76478 (diff)
Added java.vm.name read permission to fix Rhino evaluation of proxy PAC (RH982558)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80116aa..4d2a668 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-22 Andrew Azores <aazores@redhat.com>
+ * netx/net/sourceforge/jnlp/runtime/RhinoBasedPacEvaluator.java:
+ (getProxiesWithoutCaching) added java.vm.name read permission to fix
+ Rhino parsing and PAC proxy configuration
+
2013-07-18 Jiri Vanek <jvanek@redhat.com>
IcedTea-Web is now following XDG .config and .cache specification(RH947647)