- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Aug 2009 17:54:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/action In directory hutz:/tmp/cvs-serv5324/src/org/w3c/unicorn/action Modified Files: Tag: dev2 IndexAction.java Log Message: Removed ThenType from XML schema (then and else are now RoutineType) Index: IndexAction.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/action/Attic/IndexAction.java,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -u -d -r1.1.2.9 -r1.1.2.10 --- IndexAction.java 17 Aug 2009 09:03:43 -0000 1.1.2.9 +++ IndexAction.java 17 Aug 2009 17:54:32 -0000 1.1.2.10 @@ -14,7 +14,7 @@ import org.w3c.unicorn.language.Language; import org.w3c.unicorn.Framework; -public class IndexAction extends Action{ +public class IndexAction extends Action { private static final long serialVersionUID = 1L; private static Logger logger = Logger.getLogger("Index"); @@ -31,7 +31,6 @@ @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { resp.setContentType("text/html; charset=UTF-8"); - req.setCharacterEncoding("UTF-8"); // Language negotiation String langParameter = req.getParameter("lang");
Received on Monday, 17 August 2009 17:54:46 UTC