]
Tomaz Cerar reassigned WFLY-8870:
---------------------------------
Assignee: (was: Tomaz Cerar)
AuthenticationTestCase fails with security manager
--------------------------------------------------
Key: WFLY-8870
URL:
https://issues.jboss.org/browse/WFLY-8870
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 11.0.0.Beta1
Reporter: Ondrej Kotek
*org.wildfly.test.integration.elytron.ejb.AuthenticationTestCase*
There are missing permissions:
* {{new PropertyPermission("jboss.bind.address", "read")}} required
by {{TestSuiteEnvironment}} class,
* {{new ElytronPermission("getSecurityDomain")}},
* {{new ElytronPermission("authenticate")}}.