From 6840a0248a8890867797eec9b0ee099f14e1cddf Mon Sep 17 00:00:00 2001 From: cantor Date: Sat, 1 Mar 2008 00:41:26 +0000 Subject: [PATCH] Improve error msg. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2752 cb58f699-b61c-0410-a6fe-9272a202ed29 --- isapi_shib/isapi_shib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isapi_shib/isapi_shib.cpp b/isapi_shib/isapi_shib.cpp index bff7387..7ca3057 100644 --- a/isapi_shib/isapi_shib.cpp +++ b/isapi_shib/isapi_shib.cpp @@ -894,7 +894,7 @@ extern "C" DWORD WINAPI HttpExtensionProc(LPEXTENSION_CONTROL_BLOCK lpECB) // Match site instance to host name, skip if no match. map::const_iterator map_i=g_Sites.find(static_cast(buf)); if (map_i==g_Sites.end()) - return WriteClientError(lpECB, "Shibboleth Extension not configured for this web site."); + return WriteClientError(lpECB, "Shibboleth Extension not configured for web site (check mappings in configuration)."); ShibTargetIsapiE ste(lpECB, map_i->second); pair res = ste.getServiceProvider().doHandler(ste); -- 2.1.4