Improve exception message.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 13 Dec 2007 23:20:30 +0000 (23:20 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 13 Dec 2007 23:20:30 +0000 (23:20 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@353 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/saml2/profile/BrowserSSOProfile20Validator.cpp

index a709266..0d533fd 100644 (file)
@@ -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.");
 }