Remove extra marshall call.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 13 Apr 2007 03:12:29 +0000 (03:12 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 13 Apr 2007 03:12:29 +0000 (03:12 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2221 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/handler/impl/SAML2Consumer.cpp

index 6d5cda4..ad69d9e 100644 (file)
@@ -228,7 +228,6 @@ string SAML2Consumer::implementProtocol(
             // Run the policy over the assertion. Handles issuer consistency, replay, freshness,
             // and signature verification, assuming the relevant rules are configured.
             // We have to marshall the object first to ensure signatures can be checked.
-            decrypted->marshall();
             policy.evaluate(*decrypted);
             
             // If no security is in place now, we kick it.