S
Sean
it would appear an applet is hell bent on destroying my dissertation. When
trying to receive from a servlet (on same host, contructed automatically
from getCodeBase()), it throws an AccessControlException, giving the
message: access denied (java.util.PropertyPermission
http.strictPostRedirection read)
It can send the data with no problems, its only when i try to open the
connection to read in the reply that it throws the Exception.
any ideas would be great,
Thanks in advance
trying to receive from a servlet (on same host, contructed automatically
from getCodeBase()), it throws an AccessControlException, giving the
message: access denied (java.util.PropertyPermission
http.strictPostRedirection read)
It can send the data with no problems, its only when i try to open the
connection to read in the reply that it throws the Exception.
any ideas would be great,
Thanks in advance