- From: CVS User ylafon <cvsmail@w3.org>
- Date: Mon, 11 Feb 2013 15:01:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/servlet In directory roscoe:/tmp/cvs-serv16009/servlet Modified Files: CssValidator.java Log Message: UA string (updated and only in one place now) --- /sources/public/2002/css-validator/org/w3c/css/servlet/CssValidator.java 2012/09/21 14:42:26 1.53 +++ /sources/public/2002/css-validator/org/w3c/css/servlet/CssValidator.java 2013/02/11 15:01:51 1.54 @@ -1,5 +1,5 @@ // -// $Id: CssValidator.java,v 1.53 2012/09/21 14:42:26 ylafon Exp $ +// $Id: CssValidator.java,v 1.54 2013/02/11 15:01:51 ylafon Exp $ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // // (c) COPYRIGHT MIT and INRIA, 1997. @@ -40,7 +40,7 @@ /** * This class is a servlet to use the validator. * - * @version $Revision: 1.53 $ + * @version $Revision: 1.54 $ */ public final class CssValidator extends HttpServlet { @@ -58,8 +58,8 @@ final static String json = "application/json"; - final static String server_name = "Jigsaw/2.2.5 " - + "W3C_CSS_Validator_JFouffa/2.0"; + public final static String server_name = + "Jigsaw/2.3.0 W3C_CSS_Validator_JFouffa/2.0 (See <http://validator.w3.org/services>)"; final static String headers_name = "X-W3C-Validator-";
Received on Monday, 11 February 2013 15:01:56 UTC