 |
Unsigned Java applets are run in a sandbox environment, where applets are restricted in the operations they can perform. For example, the sandbox prevents unsigned applets from reading or writing local files on the user's computer. To escape the confines of the sandbox, an applet must be signed with a digital certificate. The applet must still request the desired permission upon where the
user's browser displays a grant permission dialog window. Only if the user grants the permission will the applet be allowed to actually perform the operation.
Articles
Books
%DRAWING{MainChart}%
-- Main.redwolf - 27 Aug 2003
Discussion about SandBox
|