X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2POSTEncoder.cpp;fp=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2POSTEncoder.cpp;h=8f122e01c6c829d9769e7e9a61a167bab39e255a;hp=3b303fc59b66be84d9e34da2ecf9106ca1934be3;hb=3092c5498ee4bdd7df0562e4c5e1a4a9d984fafb;hpb=4980e3ed2b2461f3d79b4175f9f7cfb467ea85ee diff --git a/saml/saml2/binding/impl/SAML2POSTEncoder.cpp b/saml/saml2/binding/impl/SAML2POSTEncoder.cpp index 3b303fc..8f122e0 100644 --- a/saml/saml2/binding/impl/SAML2POSTEncoder.cpp +++ b/saml/saml2/binding/impl/SAML2POSTEncoder.cpp @@ -31,6 +31,7 @@ #include #include #include +#include #include using namespace opensaml::saml2p; @@ -89,6 +90,7 @@ SAML2POSTEncoder::SAML2POSTEncoder(const DOMElement* e, const XMLCh* ns, bool si } if (m_template.empty()) throw XMLToolingException("SAML2POSTEncoder requires template XML attribute."); + XMLToolingConfig::getConfig().getPathResolver()->resolve(m_template, PathResolver::XMLTOOLING_CFG_FILE); } long SAML2POSTEncoder::encode(