[shibboleth-sp2] 13/100: Expose exception during debug startup.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:13 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 b309167d107fe0cf5cd8696fe30f836094030113
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Fri Aug 20 14:09:33 2004 +0000

    Expose exception during debug startup.
---
 isapi_shib/isapi_shib.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/isapi_shib/isapi_shib.cpp b/isapi_shib/isapi_shib.cpp
index e707d9d..6dca650 100644
--- a/isapi_shib/isapi_shib.cpp
+++ b/isapi_shib/isapi_shib.cpp
@@ -212,6 +212,9 @@ extern "C" BOOL WINAPI GetFilterVersion(PHTTP_FILTER_VERSION pVer)
     catch (...)
     {
         LogEvent(NULL, EVENTLOG_ERROR_TYPE, 2100, NULL, "Filter startup failed with an exception.");
+#ifdef _DEBUG
+        throw;
+#endif
         return FALSE;
     }
 

-- 
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