SUGGESTED FIX
For 1.0.1_02 release, fix in native code by parsing properties and
if specific sun.java2d.noddraw property is set to XXX, pass it on to vm
with -Dsun.java2d.noddraw=XXX.
For more generic fix in Java Wbe Start 1.2, create list of approved properties
(cleared by security team) that will be passed on to VM from native code on
startup. Also pass these to any secondary VM's launcher from the java code.
Also change the AppPolicy.java to allow reading and writing the approved list of
properties.
|
EVALUATION
We can fix in launcher.c as per requested.
###@###.### 2001-11-30
This bug was only partially fixed in 1.0.1_02, see suggested fix.
A little more needs to be done for 1.3, namely passing on the aux args -DXXX to
subsequenbt double launches of java.
This remaining part is a bug, not an rfe so am changing to bug for mantis.
###@###.### 2002-07-22
|