Fixed plugin type
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 19 Mar 2004 00:09:38 +0000 (00:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 19 Mar 2004 00:09:38 +0000 (00:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@871 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-mysql-ccache/shib-mysql-ccache.cpp

index 97f7b7e..cf6dd27 100644 (file)
@@ -210,7 +210,7 @@ ShibMySQLCCache::ShibMySQLCCache(const DOMElement* e)
 
   m_cache = dynamic_cast<ISessionCache*>(
       ShibConfig::getConfig().m_plugMgr.newPlugin(
-        "edu.internet2.middleware.shibboleth.target.provider.MemoryCache", e
+        "edu.internet2.middleware.shibboleth.target.provider.MemorySessionCache", e
         )
     );