From 0e2d3d7fe01c98a89ffd65754de849dcbc323c3d Mon Sep 17 00:00:00 2001 From: cantor Date: Fri, 7 Sep 2007 19:50:21 +0000 Subject: [PATCH] Add Handler feature for config. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2454 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibd/shibd.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shibd/shibd.cpp b/shibd/shibd.cpp index cf79435..f5ed3a6 100644 --- a/shibd/shibd.cpp +++ b/shibd/shibd.cpp @@ -114,6 +114,7 @@ int real_main(int preinit) SPConfig::Trust | SPConfig::Credentials | SPConfig::AttributeResolution | + SPConfig::Handlers | SPConfig::OutOfProcess | (shar_checkonly ? SPConfig::RequestMapping : SPConfig::Logging) ); @@ -278,6 +279,7 @@ int main(int argc, char *argv[]) SPConfig::Trust | SPConfig::Credentials | SPConfig::AttributeResolution | + SPConfig::Handlers | SPConfig::OutOfProcess | (shar_checkonly ? SPConfig::RequestMapping : SPConfig::Logging) ); -- 2.1.4