- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 13:38:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/action
In directory hutz:/tmp/cvs-serv11320/src/org/w3c/unicorn/action
Modified Files:
ObserveAction.java
Log Message:
removed comments
Index: ObserveAction.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/action/ObserveAction.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ObserveAction.java 15 Sep 2009 13:27:30 -0000 1.29
+++ ObserveAction.java 15 Sep 2009 13:38:21 -0000 1.30
@@ -371,9 +371,6 @@
req.setAttribute("unicorn_message", mess);
if (reqParams != null)
req.setAttribute("unicorn_parameters", reqParams);
- // JIGSAW compatible ?
- //(new IndexAction()).doGet(req, resp);
- // Good way to do it
RequestDispatcher dispatcher = req.getRequestDispatcher("index.html");
dispatcher.forward(req, resp);
logger.info("request redirected to index");
Received on Tuesday, 15 September 2009 13:38:32 UTC