self certificate applet, file access under different jre issue!
Hi,
I have a jarsigner signed applet with a self certificate which seems to throw java.security.AccessControlException: access denied (java.io.FilePermission when trying to read a file from the user temp internet folder.
What puzlles me is that this applet seems to work in different environment.
I tested it in 2 citrix environment on IE, one with jre 1.3.1_02 which worked fine and another one with jre 1.4.1_02 which failed with the error above.
Also tried it from my machine with jre 1.3.1_17 and got the same error.
Could this be a security change between the different jre versions?
Should my self certified applet be able ot read files under any jre?

