From: Scott Cantor Date: Thu, 13 Dec 2007 23:20:30 +0000 (+0000) Subject: Improve exception message. X-Git-Tag: 2.0-rc1~11 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=d3e1e60e9a7c005e51b4cfe5f10c1c1ff5c35ee6 Improve exception message. --- diff --git a/saml/saml2/profile/BrowserSSOProfile20Validator.cpp b/saml/saml2/profile/BrowserSSOProfile20Validator.cpp index a709266..0d533fd 100644 --- a/saml/saml2/profile/BrowserSSOProfile20Validator.cpp +++ b/saml/saml2/profile/BrowserSSOProfile20Validator.cpp @@ -85,5 +85,5 @@ void BrowserSSOProfileValidator::validateAssertion(const Assertion& assertion) c } } - throw ValidationException("Unable to satisfy assertion's SubjectConfirmation."); + throw ValidationException("Unable to locate satisfiable bearer SubjectConfirmation in assertion."); }