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

shibsp/SPConfig.h

index 6898b5d..75cac61 100644 (file)
@@ -89,7 +89,8 @@ namespace shibsp {
             RequestMapping = 64,
             OutOfProcess = 128,
             InProcess = 256,
-            Logging = 512
+            Logging = 512,
+            Handlers = 1024
         };
         
         /**