You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/05/29 07:49:08 UTC

[tomee] branch master updated (e4418b7 -> 5d775a9)

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from e4418b7  Merge remote-tracking branch 'apache/master'
     new 35010a7  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 cf4cf5a  Only check JACC permissions here
     new 3b148dc  Check for case where policy is specified but not loaded, e.g. system.properties. Include the remote-secpol profile for all arquillian tests.
     new b3b24ee  Adding test
     new 9fc9192  Merge remote-tracking branch 'apache/master' into secpol-fix
     new 2bc6fd0  Adding test
     new d50ebb2  Fix test
     new 5d775a9  Merge pull request #476 from jgallimore/secpol-fix

The 12514 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%)