[
https://issues.jboss.org/browse/ELY-403?page=com.atlassian.jira.plugin.sy...
]
Jason Shepherd commented on ELY-403:
------------------------------------
There are these options for the JDK, but they don't help you to generate policy files
because the Security Manager still forces a halt of execution at the first exception.
[#http://docs.oracle.com/javase/8/docs/technotes/guides/security/troubleshooting-security.html]
Add permissive mode to WildflySecurityManager to log policy
exceptions but not enforce them.
--------------------------------------------------------------------------------------------
Key: ELY-403
URL:
https://issues.jboss.org/browse/ELY-403
Project: WildFly Elytron
Issue Type: Feature Request
Components: Security Manager
Affects Versions: 1.1.0.Beta3
Reporter: Jason Shepherd
Assignee: David Lloyd
If you enable the security manager the any policies in force will halt the execution of
your application at the first policy violation, making creating a policy tedious. With
this feature enabled a developer can enable the security manager, but also set it to
permissive mode. This will result in the required policy rules being logged, making policy
generation possible.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)