Remove extra marshall call.
authorScott Cantor <cantor.2@osu.edu>
Fri, 13 Apr 2007 03:12:29 +0000 (03:12 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 13 Apr 2007 03:12:29 +0000 (03:12 +0000)
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.