This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 7db7bfe82d2882f246a643e78857ac8276227f06 Merge: c95c4f305 878447b09 Author: Lenny Primak <[email protected]> AuthorDate: Fri Apr 26 08:40:56 2024 -0500 Merge pull request #1429 from lprimak/add-wrapped-interface [#1424] Add generic way to decorate SecurityManager core/pom.xml | 25 ++++ .../main/java/org/apache/shiro/SecurityUtils.java | 65 +++++++++ .../apache/shiro/mgt/WrappedSecurityManager.java | 32 +++++ .../org/apache/shiro/SecurityUtilsUnwrapTest.java | 151 +++++++++++++++++++++ .../shiro/ee/filters/FormResubmitSupport.java | 21 +-- .../org/apache/shiro/ee/filters/ShiroFilter.java | 34 +---- 6 files changed, 289 insertions(+), 39 deletions(-)
