When downloading an applet on a remote client I see the following error message displayed in the Sun Java Console:
java.security.policy: error adding Permission,java.net.SocketPermission:
java.lang.IllegalArgumentException: invalid permission: *
The applet loads correctly. And when loaded from the server where the applet is hosted, this error does not appear. Does anyone know what it means? And do I need to worry about it?