diff _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
line wrap: on
line diff
--- a/_test/Resources/app.xml	Fri Apr 30 15:03:38 2010 +0400
+++ b/_test/Resources/app.xml	Tue May 04 04:04:37 2010 +0400
@@ -26,19 +26,6 @@
 	<!-- Set default output encoding, can be changed due query handling -->
 	<responseCharset>utf-8</responseCharset>
 	
-	<!-- Actions creation configuration -->
-	<actionFactory type="IMPL::Object::Factory">
-		<factory>IMPL::Web::Application::Action</factory>
-		<parameters type='HASH'>
-			<responseFactory type='IMPL::Object::Factory'>
-				<factory>IMPL::Web::Application::Response</factory>
-				<parameters type='HASH'>
-					<streamOut>memory</streamOut>
-				</parameters>
-			</responseFactory>
-		</parameters>
-	</actionFactory>
-	
 	<!-- Query processing  -->
 	<handlersQuery type="IMPL::Object::List">
 		<item type="IMPL::Web::QueryHandler::PageFormat">