From: cantor Date: Thu, 13 Dec 2007 23:20:30 +0000 (+0000) Subject: Improve exception message. X-Git-Tag: 2.4.1~268 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=commitdiff_plain;h=bc3bed75bcdc2c2d383e8c8b29bd80978b38f7df Improve exception message. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@353 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- 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."); }