[jboss-jira] [JBoss JIRA] (WFLY-6025) org.wildfly.clustering.server.dispatcher needs to account for security manager
Radoslav Husar (JIRA)
issues at jboss.org
Thu Jan 21 17:36:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-6025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar updated WFLY-6025:
---------------------------------
Workaround Description:
Add these 2 permissions for the deployment:
{code}
new RuntimePermission("modifyThread")
{code}
was:
Add these 2 permissions for the deployment:
{code}
new RuntimePermission("getClassLoader"),
new RuntimePermission("modifyThread")
{code}
> org.wildfly.clustering.server.dispatcher needs to account for security manager
> ------------------------------------------------------------------------------
>
> Key: WFLY-6025
> URL: https://issues.jboss.org/browse/WFLY-6025
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.0.0.CR5
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list