- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Oct 2009 17:18:15 +0000
- To: www-validator-cvs@w3.org
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