Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread David DeHaven
t; > From:David DeHaven > To: ngalarn...@abinitio.com, > Cc: Kevin Rushforth , > "openjfx-dev@openjdk.java.net" > Date:06/16/2014 06:18 PM > Subject:Re: All-Permissions not working properly with > sun.plugin2.applet.FXApp

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread ngalarneau
..@abinitio.com, Cc: Kevin Rushforth , "openjfx-dev@openjdk.java.net" Date: 06/16/2014 06:18 PM Subject: Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager Run: jarsigner -verify -verbose -certs /path/to/some.jar This will

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread David DeHaven
to getClassLoader() happens from inside a 3rd party library if > that matters. > > When I run the identical code as a desktop application it works fine EVEN > WHEN I ADD MY OWN SECURITY MANAGER. > > > Thank you for any help, > > Neil > > > >

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread ngalarneau
, "openjfx-dev@openjdk.java.net" Date: 06/16/2014 06:12 PM Subject: Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager Hi Neil, If you have a test program that you can send me, I can attach it for you. Question for you: are all of your

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread Kevin Rushforth
enjdk.java.net" Date:06/13/2014 08:19 PM Subject:Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager Sent by:"openjfx-dev" Thank you.

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-16 Thread ngalarneau
Kevin Rushforth , Cc: "openjfx-dev@openjdk.java.net" Date: 06/13/2014 08:19 PM Subject: Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager Sent by:"openjfx-dev" Thank you. Is there a way that people that are not project

Re: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-13 Thread Scott Palmer
> reflection in daemon thread: > JDK-8046825 (was JDK-8040699) : All-Permissions not working properly with > sun.plugin2.applet.FXAppletSecurityManager > > security manager and applet-desc webstart mode: > JDK-8046826 (was JDK-8040231) : All permission fx javaws app could not set

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-13 Thread Kevin Rushforth
@gmail.com>> *Subject: **All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager* *Date: *April 14, 2014 at 1:07:36 PM PDT *To: *"openjfx-dev@openjdk.java.net <mailto:openjfx-dev@o

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Kevin Rushforth
let-desc webstart mode: https://bugs.openjdk.java.net/browse/JDK-8040231 reflection in daemon thread: https://bugs.openjdk.java.net/browse/JDK-8040699 -thomas *From: *Scott Palmer mailto:swpal...@gmail.com>> *Subject: *

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Scott Palmer
>> wrote: >> >> >> >>> Thanks for the report! >>> >>> Two bugs created for this: >>> >>> security manager and applet-desc webstart mode: >>> https://bugs.openjdk.java.net/browse/JDK-8040231 >>> >>&

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Kevin Rushforth
on in daemon thread: https://bugs.openjdk.java.net/browse/JDK-8040699 -thomas *From: *Scott Palmer *Subject: **All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager* *Date: *April 14, 2014 at 1:07:36 PM PDT *To: *"openjfx-dev@openjdk.java.net" Can

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Scott Palmer
s created for this: > > security manager and applet-desc webstart mode: > https://bugs.openjdk.java.net/browse/JDK-8040231 > > reflection in daemon thread: > https://bugs.openjdk.java.net/browse/JDK-8040699 > > -thomas > > > *From: *Scott Palmer > *Subject

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-04-17 Thread Thomas Ng
>> *Subject: **All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager* *Date: *April 14, 2014 at 1:07:36 PM PDT *To: *"openjfx-dev@openjdk.java.net <mailto:openjfx-dev@openjdk.java.net>" <mailto:openjfx-dev@openjdk.java.net>> Can someone

All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-04-14 Thread Scott Palmer
Can someone confirm that all-permissions is working for JavaFX apps that are launched via Web Start with Java 8.0 and use daemon threads in a Service? I have a JNLP file that has: and the manifest of my app's jar has the following instruction in my Gradle script: jar { manifest {