[java-shib-metadata] branch main updated: Tweak some logging.

Scott Cantor cantor.2 at osu.edu
Thu Oct 20 14:18:58 UTC 2022


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=499a9962821e6173026d3c06f626504ab3f00640

The following commit(s) were added to refs/heads/main by this push:
     new 499a9962 Tweak some logging.
499a9962 is described below

commit 499a9962821e6173026d3c06f626504ab3f00640
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 10:18:55 2022 -0400

    Tweak some logging.
---
 .../idp/saml/metadata/impl/MetadataResolverServiceStrategy.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java b/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java
index 641f394a..ec6d18ce 100644
--- a/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java
+++ b/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceStrategy.java
@@ -57,7 +57,7 @@ public class MetadataResolverServiceStrategy extends AbstractIdentifiableInitial
                 appContext.getBeansOfType(MetadataProviderContainer.class).values();
 
         if (containers.isEmpty()) {
-            throw new ServiceException("Reload did not produce any bean of type"
+            throw new ServiceException("Reload did not produce any bean of type "
                     + MetadataProviderContainer.class.getName());
         }
         if (1 == containers.size()) {
@@ -69,7 +69,7 @@ public class MetadataResolverServiceStrategy extends AbstractIdentifiableInitial
             try {
                 resolver.initialize();
             } catch (final ComponentInitializationException e) {
-                throw new BeanCreationException("could not preinitialize , metadata provider " + resolver.getId(), e);
+                throw new BeanCreationException("could not preinitialize due to metadata resolver " + resolver.getId(), e);
             }
         }
         

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


More information about the commits mailing list