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 88568741e chore: update Payara version and refactor port property
names in configuration, and make dependabot see payara for updates
new 42aa34467 bugfix(guice-web): now matching paths with trailing slash
stripped
new e441ea370 enh(web): rememberMe cookie expiration is checked on the
server
The 2 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:
.../shiro/mgt/AbstractRememberMeManager.java | 77 ++++++++++++++++------
.../lang/io/ClassResolvingObjectInputStream.java | 12 +++-
.../apache/shiro/lang/io/DefaultSerializer.java | 8 ++-
.../org/apache/shiro/lang/util/ClassUtils.java | 27 ++++++--
.../shiro/guice/web/SimpleFilterChainResolver.java | 41 +++++++-----
.../shiro/guice/web/PathMatcherBypassTest.java | 55 ++++++++++++++++
.../guice/web/SimpleFilterChainResolverTest.java | 8 +--
.../mgt/PathMatchingFilterChainResolver.java | 22 ++++---
.../shiro/web/mgt/CookieRememberMeManager.java | 30 ++++++++-
.../shiro/web/mgt/CookieRememberMeManagerTest.java | 76 +++++++++++++++++----
10 files changed, 284 insertions(+), 72 deletions(-)
create mode 100644
support/guice/src/test/java/org/apache/shiro/guice/web/PathMatcherBypassTest.java