diff options
author | Adam Domurad <[email protected]> | 2012-06-12 15:25:44 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-06-12 15:25:44 -0400 |
commit | e7ccbbec330a177fb0a313c4258e2574fc51ec4b (patch) | |
tree | 763b7e21097cd579ddd5e1b02e542eca713da421 /ChangeLog | |
parent | 80ddf6e2bef123a8c02836b3fe76f0307537298f (diff) |
Fixes PR722: Now ignores unsigned content in META-INF/ during signing process
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-06-12 Adam Domurad <[email protected]> + + Fixes PR722, javaws failing to run with unsigned content in META-INF/ + * NEWS: Added entry: Fixes PR722 + * netx/net/sourceforge/jnlp/tools/JarCertVerifier.java: Changed + isSignatureRelated => isMetaInfFile. Now all files under META-INF/ are + disregarded in checking the jar signage. + 2012-06-11 Jiri Vanek <[email protected]> Implemented xml logging backend |