From bc3bed75bcdc2c2d383e8c8b29bd80978b38f7df Mon Sep 17 00:00:00 2001 From: cantor Date: Thu, 13 Dec 2007 23:20:30 +0000 Subject: [PATCH] Improve exception message. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@353 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- saml/saml2/profile/BrowserSSOProfile20Validator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } -- 2.1.4