Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
PeterV  
#1 Posted : Tuesday, October 9, 2007 1:39:59 AM(UTC)
PeterV

Rank: Member

Groups: Member
Joined: 8/28/2007(UTC)
Posts: 9

Hello everyone,
when the applet is loaded on the firefox browser there is a security warning. There the user can deny the execution of the signed applet. If he does, this is the result in the java console:

Code:
java.lang.ExceptionInInitializerError
	at com.aurigma.imageuploader.ImageUploader.init(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission java.io.tmpdir read)
...


The occurence of the AccessControlException is the expected behaviour, as the user denied the applet execution.
My question now is: is there any chance to react on this behaviour in the page? I would like to offer an html upload as fallback, but till now i didn't find a way to detect if the user denies the applet execution.

Cheers Peter

Edited by user Monday, December 17, 2007 12:26:33 PM(UTC)  | Reason: Not specified

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.