[jboss-jira] [JBoss JIRA] (WFLY-1466) Debugging Java Security Managers results in a StackOverflow on boot
James Perkins (JIRA)
jira-events at lists.jboss.org
Tue Jun 11 12:32:55 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated WFLY-1466:
--------------------------------
Steps to Reproduce:
Create a policy ({{/tmp/permit.policy}}) with the following content:
{code}
// "Permit All" policy for Java Security Manager
grant {
permission java.security.AllPermission;
};
{code}
Then add the following to the standalone.conf:
{code}
JAVA_OPTS="$JAVA_OPTS -Djava.security.manager -Djava.security.policy=/tmp/permit.policy -Djava.security.debug=access:failure"
{code}
was:
Create a policy ({{/tmp/permit.policy}}) with the following content:
{code}
// "Permit All" policy for Java Security Manager
grant {
permission java.security.AllPermission;
}
{code}
Then add the following to the standalone.conf:
{code}
JAVA_OPTS="$JAVA_OPTS -Djava.security.manager -Djava.security.policy=/tmp/permit.policy -Djava.security.debug=access:failure"
{code}
> Debugging Java Security Managers results in a StackOverflow on boot
> -------------------------------------------------------------------
>
> Key: WFLY-1466
> URL: https://issues.jboss.org/browse/WFLY-1466
> Project: WildFly
> Issue Type: Bug
> Components: Logging, Security
> Reporter: James Perkins
> Assignee: James Perkins
> Fix For: 8.0.0.Alpha2
>
>
> Running with a security manager enabled and -{{Djava.security.debug=access:failure}} results in a {{StackOverflow}} and the server won't boot.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list