]
David Lloyd commented on ELY-403:
---------------------------------
Could you have a look at the changes in
as an alternative?
Instead of just logging one violation per access control context per checkPermission(), it
logs all violations.
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.