Question

In my application we are using self signed applet,

previously we were getting dialog with one check box to remember choice. but now a day after updating Java version to 7u40 we are not getting this option, thats why it every time asking for accepting risk.

any idea regarding this how to avoid such dialog.

Was it helpful?

Solution

From Java 7u40 release note. Java removed feature of “Remember this decision” for self-signed and unsigned applets.

New Security Warnings for Unsigned and Self-Signed Applications

New warnings are added in the dialogs for Unsigned and Self-Signed applications. From the dialogs for Unsigned and Self-Signed applets, "Remember this decision" option has been removed. In addition, the previously remembered decisions for self-signed and unsigned applets will be ignored.

For more information, see Security Dialogs

The only option to get rid of warning dialog is to get your applet signed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top