X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2RedirectEncoder.cpp;h=616d98f727ed9fc5b57867a46a71ca68da3a1fe8;hp=b40cb8bd1e8ac83daa16e34f171ba47307579cdd;hb=5e62d2c1fb43763b3d627e641a310a79992b01c0;hpb=b3503427f4a11338de35dd57c4183fb300dfbba3 diff --git a/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp b/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp index b40cb8b..616d98f 100644 --- a/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp +++ b/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp @@ -57,7 +57,11 @@ namespace opensaml { bool isCompact() const { return true; } - + + const XMLCh* getProtocolFamily() const { + return samlconstants::SAML20P_NS; + } + long encode( GenericResponse& genericResponse, XMLObject* xmlObject,