|
Description
|
With latest drop of PIT bundles, Feb 12, signed applets using JNLP will fail to load by throwing security exceptions while trying to do some insecure operation e.g. trying to read system property user.home. Since all FX applets against 6u10 and above, are using JNLP(default behavior under dtfx.js) , so it's going to break all the signed FX applets
Steps tp reproduce:
Try loading the simple applets(non FX) below with latest PIT bundles
Signed Applet not using JNLP(will work fine)
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/security/PropertiesTest.html
Same signed Applet using JNLP(will throw security exceptions)
http://sqeweb.sfbay.sun.com/deployment2/jitu/plug-bug/security/PropertiesTestJNLP.html
Posted Date : 2009-02-13 23:27:56.0
|