Rejecting Security Warning with Signed Applets
I have developed an applet that is similar to a chat program and uses OpenJMS. In its current state, the application recognizes each user by their computer name (example: Robs_Computer). The applet is signed and executes correctly with full permissions. My problem is that if a user rejects the Security Warning (by clicking "No"), the applet still manages to execute. The only difference in execution between accepting and rejecting the signature is the screen name (computer recognition). When the applet is rejected, the application executes and the user is now recognized by the username "localhost" as opposed to "Robs_Computer". The fact that it comes up as localhost is not an issue right now, I am more concerned about the fact that the applet still mangaes to execute. Thanks,
- Rob

