This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch tomee-1.7.x
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from c6ea7f7 Fix Tomcat version on CDI event realm
new ec686be 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 de55786 Only check JACC permissions here
new 4fc8aaa Check for case where policy is specified but not loaded, e.g.
system.properties. Include the remote-secpol profile for all arquillian tests.
new 943555f Adding test
new 8975493 Adding test
new 06e4d6e Fix test
new 527f842 Fix test after backport
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 ++++++-
.../security/BasicJaccProviderTest.java} | 60 ++++++++++++----------
10 files changed, 191 insertions(+), 28 deletions(-)
copy
container/openejb-core/src/test/java/org/apache/openejb/{resource/URLAsResourceTest.java
=> core/security/BasicJaccProviderTest.java} (55%)