X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FSAML2ArtifactResolution.cpp;h=c6de82796b3e11e6554a50afb270d061754bc43c;hb=5c402432ecb3f624e8a38b10e7ce6d9958a0c357;hp=e61ade58467cbd1c906c2c67b6a01e3f9c29f519;hpb=a23995af6fd672d653bc35fcd19c01a2980a4ebd;p=shibboleth%2Fsp.git diff --git a/shibsp/handler/impl/SAML2ArtifactResolution.cpp b/shibsp/handler/impl/SAML2ArtifactResolution.cpp index e61ade5..c6de827 100644 --- a/shibsp/handler/impl/SAML2ArtifactResolution.cpp +++ b/shibsp/handler/impl/SAML2ArtifactResolution.cpp @@ -57,9 +57,6 @@ using namespace std; namespace shibsp { - class SHIBSP_API Attribute; - class SHIBSP_API ResolutionContext; - #if defined (_MSC_VER) #pragma warning( push ) #pragma warning( disable : 4250 ) @@ -145,7 +142,6 @@ pair SAML2ArtifactResolution::run(SPRequest& request, bool isHandler) try { if (conf.isEnabled(SPConfig::OutOfProcess)) { // When out of process, we run natively and directly process the message. - string entityID; return processMessage(request.getApplication(), request, request); } else { @@ -199,7 +195,7 @@ void SAML2ArtifactResolution::receive(DDF& in, ostream& out) if (!app) { // Something's horribly wrong. m_log.error("couldn't find application (%s) for artifact resolution", aid ? aid : "(missing)"); - throw ConfigurationException("Unable to locate application for new session, deleted?"); + throw ConfigurationException("Unable to locate application for artifact resolution, deleted?"); } // Unpack the request.