- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Aug 2009 18:20:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF
In directory hutz:/tmp/cvs-serv20901/WebContent/WEB-INF
Modified Files:
Tag: dev2
web.xml
Log Message:
new action mapping /test
Index: web.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/Attic/web.xml,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- web.xml 12 Aug 2009 13:15:20 -0000 1.1.2.8
+++ web.xml 19 Aug 2009 18:20:56 -0000 1.1.2.9
@@ -30,9 +30,18 @@
<servlet-name>Observe</servlet-name>
<url-pattern>/observe</url-pattern>
</servlet-mapping>
-
<servlet-mapping>
<servlet-name>Init</servlet-name>
<url-pattern>/init</url-pattern>
</servlet-mapping>
+ <servlet>
+ <description></description>
+ <display-name>TestAction</display-name>
+ <servlet-name>TestAction</servlet-name>
+ <servlet-class>org.w3c.unicorn.action.TestAction</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>TestAction</servlet-name>
+ <url-pattern>/test</url-pattern>
+ </servlet-mapping>
</web-app>
\ No newline at end of file
Received on Wednesday, 19 August 2009 18:21:08 UTC