← Back to team overview

openjdk team mailing list archive

[Bug 203484] Re: Does not ask to grant additional permissions

 

On Intrepid beta with the icedtea6-plugin from the openjdk PPA firefox
core-dumps when openjdk is displaying the dialog asking the user whether
to trust the (signed) applet or not. See attached stacktrace from
running firefox in gdb (firefox -g).

** Attachment added: "GDB stacktrace for icedtea6-plugin core dump"
   http://launchpadlibrarian.net/18372321/icedtea_gdb_stacktrace.txt

-- 
Does not ask to grant additional permissions
https://bugs.launchpad.net/bugs/203484
You received this bug notification because you are a member of OpenJDK,
which is subscribed to icedtea-gcjwebplugin in ubuntu.

Status in “icedtea-gcjwebplugin” source package in Ubuntu: Incomplete

Bug description:
Binary package hint: icedtea-gcjwebplugin

My homebanking system needs access to a key file in my home directory. When trying to do so, Java's security bits rejects it without asking me about it. To make it work, I need to manually add stuff to java.policy (and since I have no clue how to do it correctly, I just temporarily put AllPermission into the default and removed it when I'm done doing my homebanking thing).

Obviously, what should happen is that I should get the friendly dialog box asking if I trust the software vendor and if I'm cool with the applet accessing my home directory.

This is on amd64, by the way.