Multi-line svn commit, see body.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / impl / SAML2RedirectDecoder.cpp
index 2728f9d..4a725bc 100644 (file)
@@ -138,7 +138,7 @@ XMLObject* SAML2RedirectDecoder::decode(
         SchemaValidators.validate(xmlObject.get());
     
     // Run through the policy.
-    policy.evaluate(*root, &genericRequest);
+    policy.evaluate(*root, &genericRequest, samlconstants::SAML20P_NS);
 
     // Check destination URL.
     auto_ptr_char dest(request ? request->getDestination() : response->getDestination());