diff options
author | Saad Mohammad <[email protected]> | 2011-08-03 12:32:22 -0400 |
---|---|---|
committer | Saad Mohammad <[email protected]> | 2011-08-03 12:32:22 -0400 |
commit | 742992d4908c77888f1f132eb8cae0010870abdd (patch) | |
tree | e92d6cb22c5c021740ba94db0e2ab522771dc0bc /ChangeLog | |
parent | 5f16196b6120cc98d56c3ad00e16e9d84421ace3 (diff) |
Minor changes in algorithm that compares signed JNLP application/template
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2011-08-03 Saad Mohammad <[email protected]> + + * netx/net/sourceforge/jnlp/JNLPMatcher.java: + (JNLPMatcher): Removed NullPointerException from being thrown, caught and + then thrown again via JNLPMatcherException. This was replaced by throwing + a checked exception [JNLPMatcherException] directly. + (JNLPMatcher): Removed unused code [getters] + (JNLPMatcher): Closed Input/Output streams that were opened. + (isMatch): Removed caching of return value + (closeInputStream): Added this method to close input streams + (closeOutputStream): Added this method to close output streams + * netx/net/sourceforge/jnlp/Node.java: + Removed getAttributeNames() method from the commented section + 2011-08-02 Jiri Vanek <[email protected]> *Makefile.am: (stamps/netx-dist-tests-prepare-reproducers.stamp): |