diff options
author | Adam Domurad <[email protected]> | 2013-03-05 16:35:40 -0500 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-03-05 16:35:40 -0500 |
commit | 7d11da0879ecfe284a5413c0a223fecf67e28deb (patch) | |
tree | cca352c15da1bf39ed3971e3e401ada49bd38139 /ChangeLog | |
parent | b1bf883b2c2f9fe7287509beaa830a78513e0af6 (diff) |
Move stream closing utility in JNLPClassLoader to StreamUtils
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |