I have a digitally signed applet that needs to brigde the cross domain communications issues inherint with the Java Security "Sandbox".
The applet works as expected in I.E. 6.x but when attempting to load in Netscape, I get an error consistant with what I would expect if the applet was NOT signed.
Here is the error: Error: java.security.AccessControlException: access denied (java.net.SocketPermission machine.name.com resolve)
Here is the html code I am using to embed the applet:
When I access the page, it gives me the alert box that you would expect to see when accessing a signed applet (in both browsers) but it just doesnt work in Netscape.