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