From: cantor Date: Fri, 7 Sep 2007 19:50:21 +0000 (+0000) Subject: Add Handler feature for config. X-Git-Tag: 2.4~762 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=0e2d3d7fe01c98a89ffd65754de849dcbc323c3d Add Handler feature for config. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2454 cb58f699-b61c-0410-a6fe-9272a202ed29 --- 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) );