You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/06/22 17:17:44 UTC

[shiro] 01/01: Merge pull request #362 from apache/sec-manager-tests

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

bdemers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit beb089dac4dc4c44db8bcb46439689e3bfbc4c0b
Merge: acc7c17a ca87a3a4
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Jun 22 13:17:39 2022 -0400

    Merge pull request #362 from apache/sec-manager-tests
    
    Reduce the scope of the ThreadLocals used in SecurityManagerTestSupport

 .../authz/aop/PermissionAnnotationHandlerTest.java |   8 +-
 .../shiro/authz/aop/RoleAnnotationHandlerTest.java |   8 +-
 .../SubjectAwareExecutorServiceTest.java           |  10 +-
 .../shiro/concurrent/SubjectAwareExecutorTest.java |   2 +-
 .../shiro/test/SecurityManagerTestSupport.java     |  41 +++-
 .../BearerHttpFilterAuthenticationTest.groovy      |  76 ++++---
 .../authc/BasicHttpFilterAuthenticationTest.java   | 237 +++++++++++----------
 .../web/filter/authz/AuthorizationFilterTest.java  |  76 ++++---
 8 files changed, 263 insertions(+), 195 deletions(-)