[java-identity-provider] branch main updated: Typo in log message

Rod Widdowson rdw at steadingsoftware.com
Tue Jul 20 10:13:32 UTC 2021


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

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1345eafdebf5bbcad658d82fb0b0b0a48048b9ae

The following commit(s) were added to refs/heads/main by this push:
       new  1345eafde Typo in log message
1345eafde is described below

commit 1345eafdebf5bbcad658d82fb0b0b0a48048b9ae
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jul 20 11:13:16 2021 +0100

    Typo in log message
---
 .../src/main/java/net/shibboleth/idp/saml/metadata/IdPUIInfo.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/metadata/IdPUIInfo.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/metadata/IdPUIInfo.java
index 4ca6cff8e..deb137c81 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/metadata/IdPUIInfo.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/metadata/IdPUIInfo.java
@@ -75,7 +75,7 @@ public class IdPUIInfo {
                 return false;
             }
             if (u.getURI() == null) {
-                LOG.warn("Ignoring empty URUI in <IdpUIInfo/>", u.getURI());
+                LOG.warn("Ignoring empty URI in <IdpUIInfo/>", u.getURI());
                 return false;
             }
 

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


More information about the commits mailing list