Fix name of exception control setting.
authorScott Cantor <cantor.2@osu.edu>
Sat, 20 Oct 2007 03:54:42 +0000 (03:54 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 20 Oct 2007 03:54:42 +0000 (03:54 +0000)
isapi_shib/isapi_shib.cpp

index 7a63c70..87591ce 100644 (file)
@@ -44,8 +44,6 @@ using namespace shibtarget;
 
 // globals
 namespace {
-    static const XMLCh catchAll[] =
-    { chLatin_c, chLatin_a, chLatin_t, chLatin_c, chLatin_h, chLatin_A, chLatin_l, chLatin_l, chNull };
     static const XMLCh name[] = { chLatin_n, chLatin_a, chLatin_m, chLatin_e, chNull };
     static const XMLCh port[] = { chLatin_p, chLatin_o, chLatin_r, chLatin_t, chNull };
     static const XMLCh sslport[] = { chLatin_s, chLatin_s, chLatin_l, chLatin_p, chLatin_o, chLatin_r, chLatin_t, chNull };
@@ -185,7 +183,7 @@ extern "C" BOOL WINAPI GetFilterVersion(PHTTP_FILTER_VERSION pVer)
                 g_unsetHeaderValue = unsetValue.second;
             pair<bool,bool> flag=props->getBool("checkSpoofing");
             g_checkSpoofing = !flag.first || flag.second;
-            flag=props->getBool("checkAll");
+            flag=props->getBool("catchAll");
             g_catchAll = !flag.first || flag.second;
             
             const DOMElement* impl=saml::XML::getFirstChildElement(