]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/Defaults.plist
fixed WOContext superclass version
[sope] / sope-appserver / NGObjWeb / Defaults.plist
index e1ca29a243ce965cfc1e7f6e737f6c8f3ca114b4..afb362e2351ff2f093fcbbb2a822ffb026838bc2 100644 (file)
@@ -17,6 +17,7 @@
   WOComponentRequestHandlerKey          = "wo";
   WOCompoundElementPool                 = NO;
   WOContactSNS                          = NO;
+  WOContextClass                        = WOContext;
   WOCoreOnApplicationException          = NO;
   WOCoreOnAwakeComponentInCtxDealloc    = NO;
   WOCoreOnHTTPAdaptorException          = NO;
@@ -34,6 +35,7 @@
   WODebugTakeValues                    = NO;
   WODebugZipResponse                    = NO;
   WODebuggingEnabled                    = NO;
+  WODefaultResourceManager              = "WOResourceManager";
   WODefaultSessionTimeOut               = 3600;
   WODefaultLanguages = ( 
     English, 
   WOFormAlwaysPassDown                  = YES;
   WOFrameworksBaseURL                   = "/WebObjects/Frameworks";
   WOGenerateMissingResourceLinks        = NO;
+  WOHttpAdaptorForkCount                = 0;
   WOHttpAdaptorReceiveTimeout           = 120;
   WOHttpAdaptorSendTimeout              = 120;
   WOHttpAdaptor_LogStream               = NO;
-  WOHttpAllowHost                       = "localhost";
+  WOHttpAllowHost                       = ( 
+    "localhost", 
+    "localhost.localdomain",
+    "127.0.0.1"
+  );
   WOHttpTransactionUseSimpleParser      = NO;
   WOHttpTransactionLoggerConfig         = {
     "LogLevel"  = "INFO";
   WOProfileLoading                      = NO;
   WOProfileResponse                     = NO;
   WOProjectSearchPath                   = ();
+  WORedirectURISafetySuffix             = "/view/view/view/view";
   WOResourceRequestHandlerKey           = "y";
   WOResourceURLAssociationDebugEnabled  = NO;
   WORunMultithreaded                    = NO;