aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2013-03-05 16:35:40 -0500
committerAdam Domurad <[email protected]>2013-03-05 16:35:40 -0500
commit7d11da0879ecfe284a5413c0a223fecf67e28deb (patch)
treecca352c15da1bf39ed3971e3e401ada49bd38139 /ChangeLog
parentb1bf883b2c2f9fe7287509beaa830a78513e0af6 (diff)
Move stream closing utility in JNLPClassLoader to StreamUtils
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36c5af0..262ddd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-05 Adam Domurad <[email protected]>
+
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
+ (closeStream): Remove.
+ (verifySignedJNLP): Make use of StreamUtils instead.
+ * netx/net/sourceforge/jnlp/utils/StreamUtils.java
+ (closeSilently): New method.
+
2013-02-28 Jiri Vanek <[email protected]>
* netx/net/sourceforge/jnlp/config/SecurityValueValidator.java: modifed