Fix attribute leak, forgot to fix after changing cache rules.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 16 Jul 2007 04:06:10 +0000 (04:06 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 16 Jul 2007 04:06:10 +0000 (04:06 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2359 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/handler/impl/SAML2Consumer.cpp

index 414005c..f7bd6e6 100644 (file)
@@ -422,7 +422,6 @@ string SAML2Consumer::implementProtocol(
             &tokens,
             &resolvedAttributes
             );
-        resolvedAttributes.clear();  // Attributes are owned by cache now.
 
         if (ownedName)
             delete ssoName;