You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/01/23 10:34:11 UTC

[shiro] branch master updated (8990910 -> 49e3132)

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git.


    from 8990910  Merge pull request #91 from ogarrydev/SHIRO-653
     new 3076c47  Bug in FirstSuccessfulStrategy
     new 1e9f0cd  add unit test for FirstSuccessfulStrategy
     new 49e3132  Merge pull request #89 from lileibuaa/lileibuaa-fix-bug

The 1755 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/authc/pam/FirstSuccessfulStrategy.java   |  2 +-
 .../authc/pam/FirstSuccessfulStrategyTest.java     | 94 ++++++++++++++++++++++
 2 files changed, 95 insertions(+), 1 deletion(-)
 create mode 100644 core/src/test/java/org/apache/shiro/authc/pam/FirstSuccessfulStrategyTest.java