Since nobody checks the logs during startup...
authorScott Cantor <cantor.2@osu.edu>
Thu, 5 Nov 2009 20:16:41 +0000 (20:16 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 5 Nov 2009 20:16:41 +0000 (20:16 +0000)
shibsp/handler/impl/AssertionConsumerService.cpp

index f88ba99..e2a2290 100644 (file)
@@ -364,6 +364,9 @@ ResolutionContext* AssertionConsumerService::resolveAttributes(
             }
         }
     }
+    else {
+        m_log.warn("no AttributeExtractor plugin installed, check log during startup");
+    }
 
     try {
         AttributeResolver* resolver = application.getAttributeResolver();