This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
from e9e5e3f68 Merge pull request #1026 from
haster/change-pathtraversal-blockmode
add 45d1d31d9 bugfix: restored ability to match passwords from Shiro 1.x
that have private salt
add 8307d728d bugfix: only using private-salted password match if
shiro1-saved passwords are used
add e61877849 implemented feedback
add 72d663360 removed unused import
add 25449f8f8 bugfix: renamed the wrong method
add 84b2fdb88 Merge branch 'main' into fix-private-salt-compat
add 4bf410c88 enh: added test for secret salt with Shiro1 compatibility
new 9266bfabe Merge pull request #2475 from lprimak/fix-private-salt-compat
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:
.../authc/credential/DefaultPasswordService.java | 33 +++++++++++++++++++-
.../credential/DefaultPasswordServiceTest.groovy | 17 ++++++++++
.../shiro/crypto/hash/ConfigurableHashService.java | 1 -
.../shiro/crypto/hash/DefaultHashService.java | 11 +++++++
.../org/apache/shiro/crypto/hash/HashService.java | 36 ++++++++++++++++++++++
5 files changed, 96 insertions(+), 2 deletions(-)