Date: Tue, 5 May 1998 11:38:30 -0700 (PDT)
From: Marianne Mueller <Marianne.Mueller@Eng>
Subject: Re: security violation
To: lilyc@stic.net
Your applet should be able to connect to the server that it came from.
It can't connect to any other computers, including any ports on the
localhost (client.)
Depending on your requirements, you could also try using JDK 1.2. The
newer version of Java has a much more flexible and configurable security
model. It's not supported by the browsers yet, but we will have a
plug-in for 1.2 as well.
1.2 info is at
http://java.sun.com/products/jdk/1.2/docs/guide/security/index.html
Marianne