This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from e34a4d2 Merge branch 'tomee-7.1.x' of github.com:apache/tomee into
tomee-7.1.x t push
new c85ac3a 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 0b71eec Only check JACC permissions here
new 7b9d81b Check for case where policy is specified but not loaded, e.g.
system.properties. Include the remote-secpol profile for all arquillian tests.
new ed11248 Adding test
new 5a50e88 Adding test
new 8fe1b94 Fix test
new f8218b8 Merge remote-tracking branch 'apache/tomee-7.1.x' into
tomee-7.1.x
The 7 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%)