From 10c3a6cc48abe8068860d26616c20b7096239297 Mon Sep 17 00:00:00 2001 From: cantor Date: Fri, 7 Sep 2007 19:50:39 +0000 Subject: [PATCH] Add Handler feature for config. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2455 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibsp/SPConfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shibsp/SPConfig.h b/shibsp/SPConfig.h index 6898b5d..75cac61 100644 --- a/shibsp/SPConfig.h +++ b/shibsp/SPConfig.h @@ -89,7 +89,8 @@ namespace shibsp { RequestMapping = 64, OutOfProcess = 128, InProcess = 256, - Logging = 512 + Logging = 512, + Handlers = 1024 }; /** -- 2.1.4