]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/Defaults.plist
fixed WOContext superclass version
[sope] / sope-appserver / NGObjWeb / Defaults.plist
index 9ec5f0c23345cb2d0f2c4baf286c17f7960fbd59..afb362e2351ff2f093fcbbb2a822ffb026838bc2 100644 (file)
@@ -1,8 +1,11 @@
 {
-  NGObjWeb_doc_   = "NSUserDefaults for NGObjWeb";
+  NGObjWeb_doc_                         = "NSUserDefaults for NGObjWeb";
 
+  NGLogDefaultAppenderClass             = "NGLogStdoutAppender";
+  NGLogDefaultLogLevel                  = "INFO";
+  NGLogDefaultLogEventFormatterClass    = "NGLogEventDetailedFormatter";
   WOAdaptor                             = "WOHttpAdaptor";
-  WOAdaptorLogPath                     = "";
+  WOAdaptorLogPath                      = "";
   WOAdditionalAdaptors                  = ( );
   WOApplicationBaseURL                  = "/WebObjects";
   WOApplicationSuffix                   = ".woa";
   WOComponentRequestHandlerKey          = "wo";
   WOCompoundElementPool                 = NO;
   WOContactSNS                          = NO;
+  WOContextClass                        = WOContext;
   WOCoreOnApplicationException          = NO;
   WOCoreOnAwakeComponentInCtxDealloc    = NO;
   WOCoreOnHTTPAdaptorException          = NO;
-  WOCoreOnRecursiveSubcomponents       = NO;
+  WOCoreOnRecursiveSubcomponents        = NO;
   WOCoreOnXmlRpcFault                   = NO;
   WODebugActions                        = NO;
-  WODebugComponentAwake                        = NO;
+  WODebugComponentAwake                 = NO;
   WODebugComponentDefinition            = NO;
-  WODebugComponentLookup               = NO;
+  WODebugComponentLookup                = NO;
   WODebugCursor                         = NO;
   WODebugHttpTransaction                = NO;
   WODebugKeyPathAssociation             = NO;
@@ -31,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";
+    "Appenders" = (
+        {
+            "Class"     = "NGLogStdoutAppender";
+            "Formatter" = {
+               "Class" = "NGLogEventFormatter";
+            };
+        },
+    );
+  };
   WOIncludeCommentsInResponse           = YES;
   WOIsRedirectionEnabled                = NO;
   WOKeyPathAssociationsCacheSize        = 200;
@@ -75,7 +96,7 @@
   WOPageRequestHandlerDebugEnabled      = NO;
   WOParsersUseUTF8                      = NO;
   WOPermanentPageCacheSize              = 30;
-  WOPort                                = "*:20000";
+  WOPort                                = 20000;
   WOProfileApplication                  = NO;
   WOProfileComponents                   = NO;
   WOProfileDirectActionRequestHandler   = NO;
   WOProfileLoading                      = NO;
   WOProfileResponse                     = NO;
   WOProjectSearchPath                   = ();
+  WORedirectURISafetySuffix             = "/view/view/view/view";
   WOResourceRequestHandlerKey           = "y";
   WOResourceURLAssociationDebugEnabled  = NO;
   WORunMultithreaded                    = NO;
   WOSimpleHTTPParserMaxUploadSizeInKB   = 262144;
   WOStatsStylesheetName                 = "WOStats.xsl";
   WOUseRelativeURLs                     = YES;
+  WOUseGlobalCookiePath                 = YES;
   WOValueAssociationsCacheSize          = 200;
   WOWorkerThreadCount                   = 0;
   WOxFileExtensions                     = ( wox, xtmpl, xhtml );
   WOxElemBuilder_LogAssociationMapping  = NO;
   WOxElemBuilder_LogAssociationCreation = NO;
-  WOxComponentElemBuilderDebugEnabled  = NO;
+  WOxComponentElemBuilderDebugEnabled   = NO;
   WOxLogBuilderQueue                    = NO;
   WOxBuilderClasses = ( 
     WOxControlElemBuilder,
   SoPageInvocationDebugEnabled         = NO;
   SoProductResourceManagerDebugEnabled = NO;
   SoRendererDebugEnabled               = NO;
+  SoRedirectToDefaultMethods           = YES;
   SoSecurityManagerDebugEnabled        = NO;
   SoPreferredNamespacePrefixes = {
     "DAV:" = "D";
     "http://www.w3.org/1999/02/22-rdf-syntax-ns#" = "RDF";
     "http://www.wapforum.org/DTD/wml_1.2.xml"     = "wml";
     "http://schemas.microsoft.com/hotmail/"       = "hm";
-    "http://schemas.microsoft.com/exchange/"      = "ex";
-    "urn:schemas:contacts:"                       = "exab";
-    "urn:schemas:calendar:"                       = "excal";
+    "http://schemas.microsoft.com/exchange/"      = "X";
+    "urn:schemas:contacts:"                       = "A";
+    "urn:schemas:calendar:"                       = "C";
     "http://schemas.microsoft.com/mapi/proptag/"  = "pt";
     "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" = "xul";
     "http://www.ietf.org/internet-drafts/draft-ietf-calsch-many-xcal-01.txt" =