From: "Thomas Wisniewski"<thomas.wisniewski@prudential.com>
To: java-security@web2.javasoft.com
Message-Id: <85256479.004EABC9.00@njros1ngw04.metro.prudential.com>
Date: Mon, 14 Apr 1997 10:24:12 -0400
Subject: Applet Security Question
Hi, I've been using a client side java applet (many classes) that does not
download properly when using a firewall and a DNS name. However, if I use
the ip address of the web server through the firewall, I have no problems.
The following messages come up in the Java Console when running Nav 3.0
# Security Exception: socket.connect:client.tisny.com->client.tisny.com
# Security Exception: socket.connect:client.tisny.com->client.tisny.com
# Security Exception: socket.connect:client.tisny.com->client.tisny.com
# Security Exception: socket.connect:client.tisny.com->client.tisny.com
# Applet exception: security violation: security.socket.connect:
client.tisny.com->client.tisny.com
netscape.applet.AppletSecurityException: security.socket.connect:
client.tisny.com->client.tisny.com
at netscape.applet.AppletSecurity.checkConnect(Compiled Code)
at netscape.applet.AppletSecurity.checkConnect(Compiled Code)
at netscape.applet.AppletSecurity.checkURLConnect(Compiled Code)
at netscape.net.URLConnection.connect(Compiled Code)
at netscape.net.URLConnection.getInputStream(Compiled Code)
at netscape.applet.AppletClassLoader.readURL(Compiled Code)
at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
at netscape.applet.AppletClassLoader.findClass(Compiled Code)
at netscape.applet.AppletClassLoader.loadClass1(Compiled Code)
at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
at RetireDataObj.<init>(Compiled Code)
at PruRetire.init(Compiled Code)
at netscape.applet.EmbeddedAppletFrame.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
Thanks, Tom.