| krishaan 2004-03-27, 12:31 am |
| hi,
i am working on an applet, which uploads files to a server via ftp. so i
created a signed applet for both java2 security and java 1 security model.
the ftp-function needs access to the users harddisk otherwise the applet is
sensless. so i present a description that trust is needed. the applet checks
then if access to harddisk is allowed. in case it isn't the user is redirected
to the description.
the problem that occures is, that the "trust dialog" is only presented once.
after the user didn't trust the first time there is no possibility to trust
after reading the description again.
platform: ie 6, win 32
jre: 1.4
(problem does not occur on mac classic ...)
things i tried allready:
public void destroy()
{
System.gc();
Syste,exit(0);
}
has anyone a anwser for that issue?
thanks krishaan
|