This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from aa609b7 TOMEE-2531 update Commons-Daemon
new fd5fea3 For review; We shouldn't use
javax.security.jacc.policy.provider here, because the System policy will
already be set. We need to ensure that our policy provider is used, which will
delegate to the system policy as appropriate
new ff19dca Only check JACC permissions here
new 7740bd8 Check for case where policy is specified but not loaded, e.g.
system.properties. Include the remote-secpol profile for all arquillian tests.
new bf70dd4 Adding test
new 1c21005 Adding test
new 0471c79 Fix test
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/test/resources/arquillian.xml | 15 +++++++
.../src/test/resources/arquillian.xml | 17 ++++++++
.../src/test/resources/arquillian.xml | 15 +++++++
.../src/test/resources/arquillian.xml | 15 +++++++
.../src/test/resources/arquillian.xml | 24 +++++++++++
.../src/test/resources/arquillian.xml | 23 +++++++++++
arquillian/arquillian-tomee-tests/pom.xml | 17 ++++++++
.../core/security/AbstractSecurityService.java | 15 ++++++-
.../core/security/jacc/BasicJaccProvider.java | 18 ++++++++-
...ServiceTest.java => BasicJaccProviderTest.java} | 46 +++++++++++++++++-----
10 files changed, 194 insertions(+), 11 deletions(-)
copy
container/openejb-core/src/test/java/org/apache/openejb/core/security/{AbstractSecurityServiceTest.java
=> BasicJaccProviderTest.java} (51%)