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 07be59168 chore(deps): bump the pre-commit-hooks group with 3 updates 
(#2863)
     new da4419ee5 bugfix: added formDataKey= in resubmit check
     new 752938a25 bugfix: set rememberMe deletion cookie up correctly
     new 4c8b6c481 bugfix: improve cookie handling in form resubmission support
     new c3cfcf752 bugfix: removed unnecessary setCredentialsMatcher() call in 
DefaultLdapRealm
     new 9f2fb6234 chore: fix line endings in mvnw.cmd

The 5 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:
 .../apache/shiro/realm/ldap/DefaultLdapRealm.java  |   3 -
 .../shiro/realm/ldap/DefaultLdapRealmTest.java     |   4 +-
 mvnw.cmd                                           | 378 ++++++++++-----------
 .../shiro/ee/filters/FormResubmitSupport.java      |   5 +-
 .../ee/filters/FormResubmitSupportCookies.java     |  17 +-
 .../shiro/ee/filters/FormResubmitValidator.java    |   4 +-
 .../apache/shiro/ee/filters/FormSupportTest.java   |  18 +-
 .../org/apache/shiro/web/servlet/SimpleCookie.java |   5 +-
 .../shiro/web/mgt/CookieRememberMeManagerTest.java |   2 +
 9 files changed, 231 insertions(+), 205 deletions(-)

Reply via email to