[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/MetadataNameIden...

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 1 10:31:23 EDT 2015


Author: scantor
Date: Wed Jul  1 10:31:23 2015
New Revision: 4315

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4315&view=rev
Log:
Elevate log message on unsupported metadata.

Modified:
    trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/MetadataNameIdentifierFormatStrategy.java

Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/MetadataNameIdentifierFormatStrategy.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/MetadataNameIdentifierFormatStrategy.java?rev=4315&r1=4314&r2=4315&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/MetadataNameIdentifierFormatStrategy.java	(original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/MetadataNameIdentifierFormatStrategy.java	Wed Jul  1 10:31:23 2015
@@ -72,7 +72,7 @@
             for (final NameIDFormat nif : role.getNameIDFormats()) {
                 if (nif.getFormat() != null) {
                     if (NameID.UNSPECIFIED.equals(nif.getFormat())) {
-                        log.debug("Ignoring metadata that includes the 'unspecified' format");
+                        log.warn("Ignoring NameIDFormat metadata that includes the 'unspecified' format");
                         return Collections.emptyList();
                     }
                     strings.add(nif.getFormat());



More information about the commits mailing list