[Bug 880] Problem loading JogAmp 2.0 JOGL applets

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Mar 8 03:21:45 PST 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=880

--- Comment #3 from Xerxes Rånby <xerxes at zafena.se> 2012-03-08 11:21:45 UTC ---
The sun/oracle plug-in allows running of mixed signed and unsigned code,
The user can control if a warning should get displayed before running mixed
code:
http://docs.oracle.com/javase/6/docs/technotes/guides/jweb/mixed_code.html

The main problem with icedtea-web 1.1.6, 1.2 and head are that icedtea-web
drops all privileges unconditionally for singed jars when they get mixed with
unsigned code, in this case no security dialog are displayed at all.
This icedtea-web behaviour currently break all applets and jnlp code that try
to mix unsigned and signed code.

The JogAmp JOGL test applets above are based on the assumptions that mixing of
code are possible and dates back to the sun created code:
http://download.java.net/media/jogl/demos/www/applettest-jnlp.html (this test
applet are now unsigned since oracle no longer maintains jogl, I added the URL
to prove my point)

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the distro-pkg-dev mailing list