Since nobody checks the logs during startup...
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 5 Nov 2009 20:16:41 +0000 (20:16 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 5 Nov 2009 20:16:41 +0000 (20:16 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3190 cb58f699-b61c-0410-a6fe-9272a202ed29

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();