[java-idp-testbed] branch main updated: IDP-1963 Update ldaptive to version 2.

Daniel Fisher dfisher at vt.edu
Thu Oct 13 17:42:09 UTC 2022


This is an automated email from the git hooks/post-receive script.

dfisher pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=681c6115f4ec8a35775b2e783cbacb83f386d6f0

The following commit(s) were added to refs/heads/main by this push:
     new 681c611  IDP-1963 Update ldaptive to version 2.
681c611 is described below

commit 681c6115f4ec8a35775b2e783cbacb83f386d6f0
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Thu Oct 13 13:41:22 2022 -0400

    IDP-1963 Update ldaptive to version 2.
    
    https://shibboleth.atlassian.net/browse/IDP-1963
---
 src/main/java/common/MockAuthenticationResponseHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/common/MockAuthenticationResponseHandler.java b/src/main/java/common/MockAuthenticationResponseHandler.java
index 4886f0c..a568a1a 100644
--- a/src/main/java/common/MockAuthenticationResponseHandler.java
+++ b/src/main/java/common/MockAuthenticationResponseHandler.java
@@ -58,7 +58,7 @@ public class MockAuthenticationResponseHandler implements AuthenticationResponse
                 }
             }
             for (AccountState state : accountStates) {
-                if (response.getResult()) {
+                if (response.isSuccess()) {
                     if (setWarning && state.getWarning() != null) {
                         response.setAccountState(state);            
                     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list