X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2RedirectDecoder.cpp;h=ddffd3bbafd189f712742ee83ff86e58b451d3b1;hp=6d6ce6d8b5cc28c35c81b366e831bbb1115f927b;hb=615c4bc8bcbcabce8da0ef95946eaa028c616aa4;hpb=1eec8cff8b46eeea53865cfcfa887c5ac24d1f35 diff --git a/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp b/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp index 6d6ce6d..ddffd3b 100644 --- a/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -140,8 +140,7 @@ XMLObject* SAML2RedirectDecoder::decode( root = static_cast(request); } - if (!policy.getValidating()) - SchemaValidators.validate(root); + SchemaValidators.validate(root); // Run through the policy. extractMessageDetails(*root, genericRequest, samlconstants::SAML20P_NS, policy);