]> err.no Git - sope/blob - sope-appserver/NGObjWeb/Defaults.plist
added a flag to disable XML style generation of close tags
[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   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     WOxControlElemBuilder,
131     WOxMiscElemBuilder,
132     WOxHTMLElemBuilder,
133     WOxXULElemBuilder,
134     WExCalElemBuilder,
135     WExDnDElemBuilder,
136     WExExtElemBuilder,
137     WOxExtElemBuilder,
138     WOxComponentElemBuilder
139   );
140   WOxAssociationClassMapping = {
141     "http://www.skyrix.com/od/binding"    = WOKeyPathAssociation;
142     "http://www.skyrix.com/od/constant"   = WOValueAssociation;
143     "http://www.skyrix.com/od/javascript" = WOScriptAssociation;
144     "http://www.skyrix.com/od/so-lookup"  = SoLookupAssociation;
145     "OGo:bind"                            = WOKeyPathAssociation;
146     "OGo:value"                           = WOValueAssociation;
147     "OGo:script"                          = WOScriptAssociation;
148     "OGo:url"                             = WOResourceURLAssociation;
149     "OGo:label"                           = WOLabelAssociation;
150     "OGo:path"                            = SoLookupAssociation;
151   };
152   SoClassRegistryDebugEnabled          = NO;
153   SoDebugKeyLookup                     = NO;
154   SoDebugTraversal                     = NO;
155   SoDebugProductLoading                = NO;
156   SoDebugProductRegistry               = NO;
157   SoDebugRequestClassification         = NO;
158   SoLogSecurityDeclarations            = NO;
159   SoOFSDebugFactory                    = NO;
160   SoOFSDebugPlistObject                = NO;
161   SoOFSDebugRestore                    = NO;
162   SoOFSDebugNegotiate                  = NO;
163   SoOFSDebugAuthLookup                 = NO;
164   SoOFSWebMethodDebugEnabled           = NO;
165   SoOFSResourceManagerDebugEnabled     = NO;
166   SoObjCClassDebugEnabled              = NO;
167   SoObjectDAVDispatcherDebugEnabled    = NO;
168   SoObjectXmlRpcDispatcherDebugEnabled = NO;
169   SoObjectSOAPDispatcherDebugEnabled   = NO;
170   SoObjectDataSourceDebugEnabled       = NO;
171   SoObjectRequestHandlerDebugEnabled   = NO;
172   SoObjectMethodDispatcherDebugEnabled = NO;
173   SoPageInvocationDebugEnabled         = NO;
174   SoProductResourceManagerDebugEnabled = NO;
175   SoRendererDebugEnabled               = NO;
176   SoRedirectToDefaultMethods           = YES;
177   SoSecurityManagerDebugEnabled        = NO;
178   SoPreferredNamespacePrefixes = {
179     "DAV:" = "D";
180     "http://www.skyrix.com/od/binding"            = "var";
181     "http://www.skyrix.com/od/constant"           = "const";
182     "http://www.skyrix.com/od/javascript"         = "js";
183     "http://www.w3.org/1999/xhtml"                = "html";
184     "http://www.w3.org/TR/REC-html40"             = "html4";
185     "http://www.w3.org/1999/xlink"                = "xlink";
186     "http://www.w3.org/1999/XSL/Transform"        = "xsl";
187     "http://www.w3.org/1999/02/22-rdf-syntax-ns#" = "RDF";
188     "http://www.wapforum.org/DTD/wml_1.2.xml"     = "wml";
189     "http://schemas.microsoft.com/hotmail/"       = "hm";
190     "http://schemas.microsoft.com/exchange/"      = "X";
191     "urn:schemas:contacts:"                       = "A";
192     "urn:schemas:calendar:"                       = "C";
193     "http://schemas.microsoft.com/mapi/proptag/"  = "pt";
194     "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" = "xul";
195     "http://www.ietf.org/internet-drafts/draft-ietf-calsch-many-xcal-01.txt" =
196       "xcal";
197     "http://apache.org/dav/props/" = "ap";
198     "http://webdav.org/cadaver/custom-properties/" = "cdv";
199   };
200   SoDefaultWebDAVPropertyNames = (
201     "{DAV:}creationdate",
202     "{DAV:}getcontentlength",
203     "{DAV:}getlastmodified",
204     "{DAV:}getetag",
205     "{DAV:}resourcetype",
206     "{DAV:}getcontenttype",
207     "{DAV:}displayname",
208     "{DAV:}href",
209     "{http://apache.org/dav/props/}executable"
210   );
211   SoWebDAVFormatOutput = NO;
212   DAVParserDebugProp = NO;
213
214   SoWebDAVDefaultAllowMethods = (
215     GET, HEAD, POST, OPTIONS, MKCOL, DELETE, PUT,
216     LOCK, UNLOCK, COPY, MOVE
217     /* , NOTIFY, POLL, SUBSCRIBE, UNSUBSCRIBE */
218   );
219
220   SoWebDAVDetectionMethods = (
221     OPTIONS,
222     MKCOL,
223     PROPFIND,
224     PROPPATCH,
225     DELETE,
226     PUT,
227     LOCK,
228     UNLOCK,
229     COPY,
230     MOVE,
231     
232     /* WebStore specialties */
233     SEARCH,
234     NOTIFY,
235     POLL,
236     SUBSCRIBE,
237     UNSUBSCRIBE,
238     BCOPY,
239     BDELETE,
240     BMOVE,
241     BPROPFIND,
242     BPROPPATCH
243   );
244   
245   SoRequestDispatcherRules = (
246     "result.isOFSWebMethod=1 => renderer = 'OFSWebMethodRenderer' ; very high",
247     "object.isOFSWebMethod=1 => renderer = 'SoTemplateRenderer' ; high",
248
249     "object.soClassName='OFSPropertyListObject' => renderer = 'SoTemplateRenderer' ; very high",
250
251     "object.soClassName='OFSFile'  => renderer = 'OFSFileRenderer'",
252     "object.soClassName='OFSImage' => renderer = 'OFSFileRenderer'",
253
254     "context.soRequestType='WebDAV'  => renderer = 'SoWebDAVRenderer' ; high",
255     "context.soRequestType='XML-RPC' => renderer = 'SoXmlRpcRenderer' ; high",
256     "context.soRequestType='SOAP'    => renderer = 'SoSOAPRenderer' ;   high",
257     "context.soRequestType='WCAP'    => renderer = 'SoWCAPRenderer' ;   high",
258     "*true* => renderer = 'SoDefaultRenderer' ; fallback",
259     
260     "request.isSoSOAPRequest=YES   => dispatcher = 'SoObjectSOAPDispatcher'",
261     "request.isSoWebDAVRequest=YES => dispatcher = 'SoObjectWebDAVDispatcher'",
262     "request.isSoXmlRpcRequest=YES => dispatcher = 'SoObjectXmlRpcDispatcher'",
263     "*true* => dispatcher = 'SoObjectMethodDispatcher'; fallback",
264     
265     "request.isSoSOAPRequest=YES   => requestType = 'SOAP'",
266     "request.isSoWebDAVRequest=YES => requestType = 'WebDAV'",
267     "request.isSoXmlRpcRequest=YES => requestType = 'XML-RPC'",
268     "*true*                        => requestType = 'METHOD'; fallback",
269     
270     "request.isSoWebDAVRequest=YES => useAcquisition = NO",
271     "headers.translate='f'         => useAcquisition = NO; high",
272     "method='GET'                  => useAcquisition = YES; low",
273     "method='HEAD'                 => useAcquisition = YES; low",
274     "method='POST'                 => useAcquisition = YES; low",
275     "*true*                        => useAcquisition = NO; fallback",
276   );
277 }