Move ReplayCache and StorageService APIs to full build only.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 21 May 2007 15:59:31 +0000 (15:59 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 21 May 2007 15:59:31 +0000 (15:59 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2257 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/impl/XMLServiceProvider.cpp

index f016826..ef119e2 100644 (file)
@@ -230,9 +230,9 @@ namespace {
 #ifndef SHIBSP_LITE\r
             delete m_tranLog;\r
             SAMLConfig::getConfig().setArtifactMap(NULL);\r
+            XMLToolingConfig::getConfig().setReplayCache(NULL);\r
             for_each(m_storage.begin(), m_storage.end(), cleanup_pair<string,StorageService>());\r
 #endif\r
-            XMLToolingConfig::getConfig().setReplayCache(NULL);\r
         }\r
 \r
         // PropertySet\r