From 2aba7b7532d7468f1e0f23a319b18aed1ddf4b7e Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 20 Nov 2008 15:48:43 +0000 Subject: [PATCH] Improve error message a bit. --- shibsp/AbstractSPRequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibsp/AbstractSPRequest.cpp b/shibsp/AbstractSPRequest.cpp index 584f232..1893f13 100644 --- a/shibsp/AbstractSPRequest.cpp +++ b/shibsp/AbstractSPRequest.cpp @@ -228,7 +228,7 @@ const char* AbstractSPRequest::getHandlerURL(const char* resource) const // Should never happen... if (!handler || (*handler!='/' && strncmp(handler,"http:",5) && strncmp(handler,"https:",6))) throw ConfigurationException( - "Invalid handlerURL property ($1) in Application ($2)", + "Invalid handlerURL property ($1) in element for Application ($2)", params(2, handler ? handler : "null", m_app->getId()) ); -- 2.1.4