[Bug 2088] ADOM II doesn't work
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Feb 24 12:53:10 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2088
JiriVanek <jvanek at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from JiriVanek <jvanek at redhat.com> ---
Indeed. It seems that "new" logging permission was added.
Before this is fixed in code, you may workaround it by:
javaws -nosecurity path/to/downloaded/adom-ii.jnlp
and it will work for you.
<note for myself> the jnlps are requesting all-permissions, still:
Caused by: java.security.AccessControlException: access denied
("java.util.logging.LoggingPermission" "control")
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at
java.security.AccessController.checkPermission(AccessController.java:884)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:292)
at java.util.logging.LogManager.checkPermission(LogManager.java:1586)
at java.util.logging.Logger.checkPermission(Logger.java:422)
at java.util.logging.Logger.setLevel(Logger.java:1688)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160224/75839709/attachment-0001.html>
More information about the distro-pkg-dev
mailing list