commit 557e4274fbce69303fd3bceb448bbc2f6e5d271d Author: Sven Gothel Date: Sat Jan 25 16:46:21 2014 +0100 Adapt to joal.jar location in ${joal.build}/jar/joal.jar commit f23e0ce12d96971adca1178a9ea394b4b3accc0f Author: Sven Gothel Date: Wed Jan 22 23:13:32 2014 +0100 Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *' commit 6008ff08e84cdce78da49e1e3e03a0fe13437783 Author: Sven Gothel Date: Wed Jan 22 11:05:45 2014 +0100 JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags either .. commit b15b2a31cb4ec8ebaaf435259a66644d81fdb4a9 Author: Sven Gothel Date: Wed Jan 22 10:58:22 2014 +0100 Refine adaption of Oracle's Deployment changes, i.e. >= 7u51 Partial revert commit 971190d8718bb1e2b7eafdd49cfa2523dd8a8152: - Manifest: 'Permissions: sandbox' so we do not raise privileges! Refine description about signing, sandbox and privileges in html files. commit 971190d8718bb1e2b7eafdd49cfa2523dd8a8152 Author: Sven Gothel Date: Wed Jan 22 10:24:38 2014 +0100 Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove reference to JNLPAppletLauncher - use NApplet fallback Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and hence the Applet sandbox is being taken away. commit 1eb0c1c14240f1e8c1dfbf8493c589f8dba4c4b6 Author: Sven Gothel Date: Tue Jan 21 20:17:04 2014 +0100 Add 'Permissions: all-permissions' to jogl-test.jar for Oracle's 7u51 Java Plugin (duh)