2006/unicorn/WebContent/WEB-INF/conf route.xml,NONE,1.1.2.1 route.properties,NONE,1.1.2.1

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv7483/WebContent/WEB-INF/conf

Added Files:
      Tag: dev2
	route.xml route.properties 
Log Message:
created route.xml

--- NEW FILE: route.properties ---

--- NEW FILE: route.xml ---
<routes>
	<route>
		<action-type>forward</action-type>
		<action-class>org.w3c.unicorn.action.IndexAction</action-class>
		<pattern>/</pattern>
		<pattern></pattern>
	</route>
	<route>
		<action-type>forward</action-type>
		<action-class>org.w3c.unicorn.action.ObserveAction</action-class>
		<pattern>/observe</pattern>
		<pattern>/validate</pattern>
	</route>
	<route>
		<action-type>redirect</action-type>
		<redirect-url>http://www.google.com</redirect-url>
		<pattern>/google</pattern>
	</route>
	<default>
		<action-type>forward</action-type>
		<action-class>org.w3c.unicorn.action.Error404Action</action-class>
	</default>
</routes>

Received on Wednesday, 5 August 2009 13:32:49 UTC