2006/unicorn/WebContent/WEB-INF web.xml,1.5,1.6

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

Modified Files:
	web.xml 
Log Message:
change /observe to /check

Index: web.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/web.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- web.xml	2 Oct 2009 16:52:49 -0000	1.5
+++ web.xml	22 Oct 2009 17:18:13 -0000	1.6
@@ -27,7 +27,7 @@
   </servlet-mapping>
   <servlet-mapping>
     <servlet-name>Observe</servlet-name>
-    <url-pattern>/observe</url-pattern>
+    <url-pattern>/check</url-pattern>
   </servlet-mapping>
   <servlet-mapping>
     <servlet-name>Init</servlet-name>

Received on Thursday, 22 October 2009 17:18:16 UTC