Mercurial > pub > Impl
comparison _test/Resources/app.xml @ 97:964587c5183c
Added SecureCall to Web QueryHandlers stack
many bug fixes to Security and Web Application modules
author | wizard |
---|---|
date | Tue, 04 May 2010 04:04:37 +0400 |
parents | 9f5795a10939 |
children | d1676be8afcc |
comparison
equal
deleted
inserted
replaced
96:4c55aed00ff2 | 97:964587c5183c |
---|---|
24 </options> | 24 </options> |
25 | 25 |
26 <!-- Set default output encoding, can be changed due query handling --> | 26 <!-- Set default output encoding, can be changed due query handling --> |
27 <responseCharset>utf-8</responseCharset> | 27 <responseCharset>utf-8</responseCharset> |
28 | 28 |
29 <!-- Actions creation configuration --> | |
30 <actionFactory type="IMPL::Object::Factory"> | |
31 <factory>IMPL::Web::Application::Action</factory> | |
32 <parameters type='HASH'> | |
33 <responseFactory type='IMPL::Object::Factory'> | |
34 <factory>IMPL::Web::Application::Response</factory> | |
35 <parameters type='HASH'> | |
36 <streamOut>memory</streamOut> | |
37 </parameters> | |
38 </responseFactory> | |
39 </parameters> | |
40 </actionFactory> | |
41 | |
42 <!-- Query processing --> | 29 <!-- Query processing --> |
43 <handlersQuery type="IMPL::Object::List"> | 30 <handlersQuery type="IMPL::Object::List"> |
44 <item type="IMPL::Web::QueryHandler::PageFormat"> | 31 <item type="IMPL::Web::QueryHandler::PageFormat"> |
45 <templatesCharset>cp1251</templatesCharset> | 32 <templatesCharset>cp1251</templatesCharset> |
46 </item> | 33 </item> |