[shibboleth-sp2] 86/100: Clarified an error message.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.

commit ba8eee86c682be9da557bf1c1c31d2f4d045bb95
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Wed Oct 27 15:38:23 2004 +0000

    Clarified an error message.
---
 isapi_shib/isapi_shib.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/isapi_shib/isapi_shib.cpp b/isapi_shib/isapi_shib.cpp
index 6dca650..4ceb1ce 100644
--- a/isapi_shib/isapi_shib.cpp
+++ b/isapi_shib/isapi_shib.cpp
@@ -887,7 +887,8 @@ extern "C" DWORD WINAPI HttpExtensionProc(LPEXTENSION_CONTROL_BLOCK lpECB)
 
         // Make sure we only process the SHIRE requests.
         if (!strstr(targeturl.c_str(),shireURL))
-            return WriteClientError(lpECB,"The request's application and associated shireURL setting are inconsistent.");;
+            return WriteClientError(lpECB,"ISAPI extension can only be invoked to process incoming sessions."
+                "Make sure the mapped file extension doesn't match actual content.");
 
         pair<const char*,const char*> shib_cookie=shire.getCookieNameProps();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list