Add Handler feature for config.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 7 Sep 2007 19:50:21 +0000 (19:50 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 7 Sep 2007 19:50:21 +0000 (19:50 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2454 cb58f699-b61c-0410-a6fe-9272a202ed29

shibd/shibd.cpp

index cf79435..f5ed3a6 100644 (file)
@@ -114,6 +114,7 @@ int real_main(int preinit)
             SPConfig::Trust |\r
             SPConfig::Credentials |\r
             SPConfig::AttributeResolution |\r
+            SPConfig::Handlers |\r
             SPConfig::OutOfProcess |\r
             (shar_checkonly ? SPConfig::RequestMapping : SPConfig::Logging)\r
             );\r
@@ -278,6 +279,7 @@ int main(int argc, char *argv[])
         SPConfig::Trust |\r
         SPConfig::Credentials |\r
         SPConfig::AttributeResolution |\r
+        SPConfig::Handlers |\r
         SPConfig::OutOfProcess |\r
         (shar_checkonly ? SPConfig::RequestMapping : SPConfig::Logging)\r
         );\r