For Programmers: Free Programming Magazines  


Home > Archive > Java Security > March 2004 > problem with trust-dialog









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author problem with trust-dialog
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


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com