]> err.no Git - sope/blob - sope-appserver/NGObjWeb/Defaults.plist
minor change with great impact on gnustep-base usability ;-)
[sope] / sope-appserver / NGObjWeb / Defaults.plist
1 {
2   NGObjWeb_doc_                         = "NSUserDefaults for NGObjWeb";
3
4   NGLogDefaultAppenderClass             = "NGLogStdoutAppender";
5   NGLogDefaultLogLevel                  = "INFO";
6   NGLogDefaultLogEventFormatterClass    = "NGLogEventDetailedFormatter";
7   WOAdaptor                             = "WOHttpAdaptor";
8   WOAdaptorLogPath                      = "";
9   WOAdditionalAdaptors                  = ( );
10   WOApplicationBaseURL                  = "/WebObjects";
11   WOApplicationSuffix                   = ".woa";
12   WOAutoOpenInBrowser                   = NO;
13   WOCGIAdaptorURL                       = "http://localhost/cgi-bin/WebObjects";
14   WOCachingEnabled                      = YES;
15   WOComponentExtensions                 = ( wo );
16   WOComponentLoadWOOFiles               = NO;
17   WOComponentRequestHandlerKey          = "wo";
18   WOCompoundElementPool                 = NO;
19   WOContactSNS                          = NO;
20   WOContextClass                        = WOContext;
21   WOCoreOnApplicationException          = NO;
22   WOCoreOnAwakeComponentInCtxDealloc    = NO;
23   WOCoreOnHTTPAdaptorException          = NO;
24   WOCoreOnRecursiveSubcomponents        = NO;
25   WOCoreOnXmlRpcFault                   = NO;
26   WODebugActions                        = NO;
27   WODebugComponentAwake                 = NO;
28   WODebugComponentDefinition            = NO;
29   WODebugComponentLookup                = NO;
30   WODebugCursor                         = NO;
31   WODebugHttpTransaction                = NO;
32   WODebugKeyPathAssociation             = NO;
33   WODebugResourceLookup                 = NO;
34   WODebugStaticLinkProcessing           = NO;
35   WODebugTakeValues                     = NO;
36   WODebugZipResponse                    = NO;
37   WODebuggingEnabled                    = NO;
38   WODefaultSessionTimeOut               = 3600;
39   WODefaultLanguages = ( 
40     English, 
41     German, 
42     Danish, 
43     Dutch,
44     French, 
45     Spanish, 
46     Italian, 
47     Portuguese, 
48     ptBR
49   );
50   WODescriptiveElementIDs               = NO;
51   WODirectActionRequestHandlerKey       = "x";
52   WODontZipResponse                     = NO;
53   WOEnableComponentsWithoutClasses      = NO;
54   WOExpirationTimeInterval              = 120;
55   WOFormAlwaysPassDown                  = YES;
56   WOFrameworksBaseURL                   = "/WebObjects/Frameworks";
57   WOGenerateMissingResourceLinks        = NO;
58   WOHttpAdaptorReceiveTimeout           = 120;
59   WOHttpAdaptorSendTimeout              = 120;
60   WOHttpAdaptor_LogStream               = NO;
61   WOHttpAllowHost                       = ( 
62     "localhost", 
63     "localhost.localdomain"
64   );
65   WOHttpTransactionUseSimpleParser      = NO;
66   WOHttpTransactionLoggerConfig         = {
67     "LogLevel"  = "INFO";
68     "Appenders" = (
69         {
70             "Class"     = "NGLogStdoutAppender";
71             "Formatter" = {
72                "Class" = "NGLogEventFormatter";
73             };
74         },
75     );
76   };
77   WOIncludeCommentsInResponse           = YES;
78   WOIsRedirectionEnabled                = NO;
79   WOKeyPathAssociationsCacheSize        = 200;
80   WOListenQueueSize                     = 5;
81   WOLogComponents                       = NO;
82   WOLogDefaultsOnStartup                = NO;
83   WOLogPageCache                        = NO;
84   WOLogScriptDealloc                    = NO;
85   WOLogScriptInit                       = NO;
86   WOLogScriptKVC                        = NO;
87   WOLogXmlRpcSelectorMapping            = NO;
88   WONoProxySuffixes                     = ( );
89   WONoSelectionString                   = "WONoSelectionString";
90   WOOutputValidationEnabled             = NO;
91   WOPageCacheSize                       = 30;
92   WOPageRefreshOnBacktrack              = YES;
93   WOPageRequestHandlerDebugEnabled      = NO;
94   WOParsersUseUTF8                      = NO;
95   WOPermanentPageCacheSize              = 30;
96   WOPort                                = 20000;
97   WOProfileApplication                  = NO;
98   WOProfileComponents                   = NO;
99   WOProfileDirectActionRequestHandler   = NO;
100   WOProfileElements                     = NO;
101   WOProfileHttpAdaptor                  = NO;
102   WOProfileLoading                      = NO;
103   WOProfileResponse                     = NO;
104   WOProjectSearchPath                   = ();
105   WOResourceRequestHandlerKey           = "y";
106   WOResourceURLAssociationDebugEnabled  = NO;
107   WORunMultithreaded                    = NO;
108   WOSMTPHost                            = "mail";
109   WOSendMail                            = "/usr/lib/sendmail";
110   WOSessionStore                        = "WOServerSessionStore";
111   WOSimpleHTTPParserDebugEnabled        = NO;
112   WOSimpleHTTPParserFileIOBoundary      = 16384;
113   WOSimpleHTTPParserHeavyDebugEnabled   = NO;
114   WOSimpleHTTPParserMaxUploadSizeInKB   = 262144;
115   WOStatsStylesheetName                 = "WOStats.xsl";
116   WOUseRelativeURLs                     = YES;
117   WOUseGlobalCookiePath                 = YES;
118   WOValueAssociationsCacheSize          = 200;
119   WOWorkerThreadCount                   = 0;
120   WOxFileExtensions                     = ( wox, xtmpl, xhtml );
121   WOxElemBuilder_LogAssociationMapping  = NO;
122   WOxElemBuilder_LogAssociationCreation = NO;
123   WOxComponentElemBuilderDebugEnabled   = NO;
124   WOxLogBuilderQueue                    = NO;
125   WOxBuilderClasses = ( 
126     WOxControlElemBuilder,
127     WOxMiscElemBuilder,
128     WOxHTMLElemBuilder,
129     WOxXULElemBuilder,
130     WExCalElemBuilder,
131     WExDnDElemBuilder,
132     WExExtElemBuilder,
133     WOxExtElemBuilder,
134     WOxComponentElemBuilder
135   );
136   WOxAssociationClassMapping = {
137     "http://www.skyrix.com/od/binding"    = WOKeyPathAssociation;
138     "http://www.skyrix.com/od/constant"   = WOValueAssociation;
139     "http://www.skyrix.com/od/javascript" = WOScriptAssociation;
140     "http://www.skyrix.com/od/so-lookup"  = SoLookupAssociation;
141     "OGo:bind"                            = WOKeyPathAssociation;
142     "OGo:value"                           = WOValueAssociation;
143     "OGo:script"                          = WOScriptAssociation;
144     "OGo:url"                             = WOResourceURLAssociation;
145     "OGo:label"                           = WOLabelAssociation;
146     "OGo:path"                            = SoLookupAssociation;
147   };
148   SoClassRegistryDebugEnabled          = NO;
149   SoDebugKeyLookup                     = NO;
150   SoDebugTraversal                     = NO;
151   SoDebugProductLoading                = NO;
152   SoDebugProductRegistry               = NO;
153   SoDebugRequestClassification         = NO;
154   SoLogSecurityDeclarations            = NO;
155   SoOFSDebugFactory                    = NO;
156   SoOFSDebugPlistObject                = NO;
157   SoOFSDebugRestore                    = NO;
158   SoOFSDebugNegotiate                  = NO;
159   SoOFSDebugAuthLookup                 = NO;
160   SoOFSWebMethodDebugEnabled           = NO;
161   SoOFSResourceManagerDebugEnabled     = NO;
162   SoObjCClassDebugEnabled              = NO;
163   SoObjectDAVDispatcherDebugEnabled    = NO;
164   SoObjectXmlRpcDispatcherDebugEnabled = NO;
165   SoObjectSOAPDispatcherDebugEnabled   = NO;
166   SoObjectDataSourceDebugEnabled       = NO;
167   SoObjectRequestHandlerDebugEnabled   = NO;
168   SoObjectMethodDispatcherDebugEnabled = NO;
169   SoPageInvocationDebugEnabled         = NO;
170   SoProductResourceManagerDebugEnabled = NO;
171   SoRendererDebugEnabled               = NO;
172   SoRedirectToDefaultMethods           = YES;
173   SoSecurityManagerDebugEnabled        = NO;
174   SoPreferredNamespacePrefixes = {
175     "DAV:" = "D";
176     "http://www.skyrix.com/od/binding"            = "var";
177     "http://www.skyrix.com/od/constant"           = "const";
178     "http://www.skyrix.com/od/javascript"         = "js";
179     "http://www.w3.org/1999/xhtml"                = "html";
180     "http://www.w3.org/TR/REC-html40"             = "html4";
181     "http://www.w3.org/1999/xlink"                = "xlink";
182     "http://www.w3.org/1999/XSL/Transform"        = "xsl";
183     "http://www.w3.org/1999/02/22-rdf-syntax-ns#" = "RDF";
184     "http://www.wapforum.org/DTD/wml_1.2.xml"     = "wml";
185     "http://schemas.microsoft.com/hotmail/"       = "hm";
186     "http://schemas.microsoft.com/exchange/"      = "X";
187     "urn:schemas:contacts:"                       = "A";
188     "urn:schemas:calendar:"                       = "C";
189     "http://schemas.microsoft.com/mapi/proptag/"  = "pt";
190     "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" = "xul";
191     "http://www.ietf.org/internet-drafts/draft-ietf-calsch-many-xcal-01.txt" =
192       "xcal";
193     "http://apache.org/dav/props/" = "ap";
194     "http://webdav.org/cadaver/custom-properties/" = "cdv";
195   };
196   SoDefaultWebDAVPropertyNames = (
197     "{DAV:}creationdate",
198     "{DAV:}getcontentlength",
199     "{DAV:}getlastmodified",
200     "{DAV:}getetag",
201     "{DAV:}resourcetype",
202     "{DAV:}getcontenttype",
203     "{DAV:}displayname",
204     "{DAV:}href",
205     "{http://apache.org/dav/props/}executable"
206   );
207   SoWebDAVFormatOutput = NO;
208   DAVParserDebugProp = NO;
209
210   SoWebDAVDefaultAllowMethods = (
211     GET, HEAD, POST, OPTIONS, MKCOL, DELETE, PUT,
212     LOCK, UNLOCK, COPY, MOVE
213     /* , NOTIFY, POLL, SUBSCRIBE, UNSUBSCRIBE */
214   );
215
216   SoWebDAVDetectionMethods = (
217     OPTIONS,
218     MKCOL,
219     PROPFIND,
220     PROPPATCH,
221     DELETE,
222     PUT,
223     LOCK,
224     UNLOCK,
225     COPY,
226     MOVE,
227     
228     /* WebStore specialties */
229     SEARCH,
230     NOTIFY,
231     POLL,
232     SUBSCRIBE,
233     UNSUBSCRIBE,
234     BCOPY,
235     BDELETE,
236     BMOVE,
237     BPROPFIND,
238     BPROPPATCH
239   );
240   
241   SoRequestDispatcherRules = (
242     "result.isOFSWebMethod=1 => renderer = 'OFSWebMethodRenderer' ; very high",
243     "object.isOFSWebMethod=1 => renderer = 'SoTemplateRenderer' ; high",
244
245     "object.soClassName='OFSPropertyListObject' => renderer = 'SoTemplateRenderer' ; very high",
246
247     "object.soClassName='OFSFile'  => renderer = 'OFSFileRenderer'",
248     "object.soClassName='OFSImage' => renderer = 'OFSFileRenderer'",
249
250     "context.soRequestType='WebDAV'  => renderer = 'SoWebDAVRenderer' ; high",
251     "context.soRequestType='XML-RPC' => renderer = 'SoXmlRpcRenderer' ; high",
252     "context.soRequestType='SOAP'    => renderer = 'SoSOAPRenderer' ;   high",
253     "context.soRequestType='WCAP'    => renderer = 'SoWCAPRenderer' ;   high",
254     "*true* => renderer = 'SoDefaultRenderer' ; fallback",
255     
256     "request.isSoSOAPRequest=YES   => dispatcher = 'SoObjectSOAPDispatcher'",
257     "request.isSoWebDAVRequest=YES => dispatcher = 'SoObjectWebDAVDispatcher'",
258     "request.isSoXmlRpcRequest=YES => dispatcher = 'SoObjectXmlRpcDispatcher'",
259     "*true* => dispatcher = 'SoObjectMethodDispatcher'; fallback",
260     
261     "request.isSoSOAPRequest=YES   => requestType = 'SOAP'",
262     "request.isSoWebDAVRequest=YES => requestType = 'WebDAV'",
263     "request.isSoXmlRpcRequest=YES => requestType = 'XML-RPC'",
264     "*true*                        => requestType = 'METHOD'; fallback",
265     
266     "request.isSoWebDAVRequest=YES => useAcquisition = NO",
267     "headers.translate='f'         => useAcquisition = NO; high",
268     "method='GET'                  => useAcquisition = YES; low",
269     "method='HEAD'                 => useAcquisition = YES; low",
270     "method='POST'                 => useAcquisition = YES; low",
271     "*true*                        => useAcquisition = NO; fallback",
272   );
273 }