diff options
author | Deepak Bhole <[email protected]> | 2011-09-28 15:28:14 -0400 |
---|---|---|
committer | Deepak Bhole <[email protected]> | 2011-09-28 15:28:14 -0400 |
commit | 7a339780a1b3af621e2887c8dc41d86273d62320 (patch) | |
tree | ba01f902312b6576d8171c43de732781b7ac5a52 /ChangeLog | |
parent | dc63e62272f8d610986ce9327ce8ffdea9fe75f9 (diff) |
PR794: IcedTea-Web does not work if a Web Start app jar has a Class-Path
element in the manifest.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-09-28 Deepak Bhole <[email protected]> + + PR794: IcedTea-Web does not work if a Web Start app jar has a Class-Path + element in the manifest. + * netx/net/sourceforge/jnlp/runtime/CachedJarFileCallback.java + (retrieve): Blank out the Class-Path elements in manifest. + * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java + (activateJars): Only load Class-Path elements if this is an applet. + (addNewJar): Add the right permissions for the cached jar file and verify + signatures. + 2011-09-26 Lars Herschke <[email protected]> * netx/net/sourceforge/jnlp/resources/Messages.properties: Add |