voxforge.org
VoxForge Dev

Ticket #272 (new enhancement)

Opened 1 year ago

Applet Security - alternative to accepting certificate

Reported by: kmaclean Assigned to: kmaclean
Priority: major Milestone: SpeechSubmission 0.1.10
Component: SpeechSubmission Version: SpeechSubmission 0.1
Keywords: Cc:

Description

Sub Capture/Playback Applet info:

When running the Java Sound demo as an applet these permissions are necessary in order to load/save files and record audio:

grant {
 permission java.io.FilePermission "<<ALL FILES>>", "read,write"l
 permission javax.sound.sampled.AudioPermission "record";
 permission java.util.PropertyPermission "user.dir", "read";
};

The permissions need to be added to the .java.policy file

allow users to download a script to update their java policy file ... then no need to create a certificate.