This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
from c95c4f305 Merge pull request #1442 from
apache/dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.21.1
add 878447b09 enh: introduced WrappedSecurityManager to core and
refactored SecurityUtils.getSecurityManager() and Jakarta EE to use it
new 7db7bfe82 Merge pull request #1429 from lprimak/add-wrapped-interface
The 1 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:
core/pom.xml | 25 ++++
.../main/java/org/apache/shiro/SecurityUtils.java | 65 +++++++++
...ckage-info.java => WrappedSecurityManager.java} | 15 +-
.../org/apache/shiro/SecurityUtilsUnwrapTest.java | 151 +++++++++++++++++++++
.../shiro/ee/filters/FormResubmitSupport.java | 21 +--
.../org/apache/shiro/ee/filters/ShiroFilter.java | 34 +----
6 files changed, 269 insertions(+), 42 deletions(-)
copy core/src/main/java/org/apache/shiro/mgt/{package-info.java =>
WrappedSecurityManager.java} (67%)
create mode 100644
core/src/test/java/org/apache/shiro/SecurityUtilsUnwrapTest.java