| Author |
Signed/Trusted applet modify a system property
|
Joe O'Toole
Ranch Hand
Joined: Mar 02, 2009
Posts: 50
|
|
Hi
Can a trusted/signed applet modify a system property?
Thanks
Joe
|
 |
Sunderam Goplalan
Greenhorn
Joined: Oct 10, 2011
Posts: 28
|
|
|
Yes. At least in java 2, a SIGNED applet can modify a system property ONLY IF it has a policy entry to that effect. These policies for signed applets are configurable by the System Administrator
|
SCJP 5.0 , SCEA Java EE 5
|
 |
Joe O'Toole
Ranch Hand
Joined: Mar 02, 2009
Posts: 50
|
|
If the applet is signed but does not have any policies does it automatically default to AllPermissions?
Thanks
Joe
|
 |
 |
|
|
subject: Signed/Trusted applet modify a system property
|
|
|