Add log msg for later research into metadata error
authorScott Cantor <cantor.2@osu.edu>
Thu, 26 May 2005 18:21:30 +0000 (18:21 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 26 May 2005 18:21:30 +0000 (18:21 +0000)
shib/ShibBrowserProfile.cpp

index d95f2a2..46f1ce0 100644 (file)
@@ -137,6 +137,7 @@ SAMLBrowserProfile::BrowserProfileResponse ShibBrowserProfile::receive(
         // Try a non-strict lookup for more contact info.
         const IEntityDescriptor* provider=m.lookup(bpr.assertion->getIssuer(),false);
         if (provider) {
+               log.debug("found invalid metadata for assertion issuer, using for contact info");
             bpr.clear();
             MetadataException ex("metadata lookup failed, unable to process assertion");
             annotateException(&ex,provider);  // throws it