David Lloyd created WFLY-3917:
---------------------------------
Summary: Eliminate customized usage of RuntimePermission
Key: WFLY-3917
URL:
https://issues.jboss.org/browse/WFLY-3917
Project: WildFly
Issue Type: Task
Components: Naming, Security
Reporter: David Lloyd
Assignee: Eduardo Martins
Fix For: 9.0.0.CR1
The JDK defines the entire domain of valid RuntimePermission names.
Here's a listing:
{noformat}
org.jboss.as.naming.NamingContext#SET_ACTIVE_NAMING_STORE
org.jboss.as.security.remoting.RemotingContext#SET_CONNECTION_PERMISSION
org.jboss.as.security.remoting.RemotingContext#CLEAR_CONNECTION_PERMISSION
org.jboss.as.security.remoting.RemotingContext#GET_CONNECTION_PERMISSION
org.jboss.as.security.remoting.RemotingContext#IS_SET_PERMISSION
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)