1 |
Currently the rules are strict and in fact unreasonably so because these rules stop applets from doing things that we want general client programs to do. They are necessary as we must assume the worst about applet!
-
We need security so that we can identify those applets that can be given more privileges!
|
2 |
Applets cannot read write delete rename files
|
3 |
Applets cannot create a client directory or list a directory
|
4 |
Applets cannot find out any information about a client file including whether or not it exists
|
5 |
Applets can only create a connection to computer from which it was downloaded
|
6 |
Applets cannot accept or listen to network connections on any client port
|