[java-identity-provider] branch master updated: Fix deprecated method.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 12 23:03:13 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c51e3023c7e55c17cb57db59666342cefd36229c
The following commit(s) were added to refs/heads/master by this push:
new c51e3023c Fix deprecated method.
c51e3023c is described below
commit c51e3023c7e55c17cb57db59666342cefd36229c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 12 19:02:39 2020 -0400
Fix deprecated method.
---
.../idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java
index b6f431716..a5e89aad8 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ValidateSAMLAuthentication.java
@@ -243,7 +243,7 @@ public class ValidateSAMLAuthentication extends AbstractValidationAction {
protected void doExecute(@Nonnull final ProfileRequestContext profileRequestContext,
@Nonnull final AuthenticationContext authenticationContext) {
- recordSuccess();
+ recordSuccess(profileRequestContext);
if (transcoderRegistry != null) {
processAttributes(profileRequestContext);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list