Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 72241 invoked from network); 14 May 2010 15:06:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 15:06:39 -0000 Received: (qmail 83556 invoked by uid 500); 14 May 2010 15:06:38 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 83406 invoked by uid 500); 14 May 2010 15:06:38 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 83397 invoked by uid 99); 14 May 2010 15:06:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 15:06:38 +0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.128] (HELO smtp5.freeserve.com) (193.252.22.128) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 15:06:30 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3417.me.freeserve.com (SMTP Server) with ESMTP id EB2761C00098 for ; Fri, 14 May 2010 17:06:08 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3417.me.freeserve.com (SMTP Server) with ESMTP id D96331C00099 for ; Fri, 14 May 2010 17:06:08 +0200 (CEST) Received: from mail.homeinbox.net (unknown [91.109.180.115]) by mwinf3417.me.freeserve.com (SMTP Server) with ESMTP id AFD7B1C00098 for ; Fri, 14 May 2010 17:06:08 +0200 (CEST) X-ME-UUID: 20100514150608720.AFD7B1C00098@mwinf3417.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id 1CC7032AAB for ; Fri, 14 May 2010 16:06:54 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k2KPVvTD6jgC for ; Fri, 14 May 2010 16:06:51 +0100 (BST) Received: from [192.168.0.9] (router.dev.local [192.168.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 6B47832A41 for ; Fri, 14 May 2010 16:06:51 +0100 (BST) Message-ID: <4BED66D6.2070509@apache.org> Date: Fri, 14 May 2010 16:05:58 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r943851 - in /tomcat/trunk: conf/ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/host/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/startup/ webapps/docs/config/ References: <20100513090440.DD99423888FE@eris.apache.org> In-Reply-To: <20100513090440.DD99423888FE@eris.apache.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 13/05/2010 10:04, markt@apache.org wrote: > Author: markt > Date: Thu May 13 09:04:39 2010 > New Revision: 943851 > > URL: http://svn.apache.org/viewvc?rev=943851&view=rev > Log: > Simplify xml validation configuration. It is now configurable per context and can be set per host using a host-level context.xml file so remove the attributes on the host. > If running with STRICT_SERVLET_COMPLIANCE, enable validation by default. Just a heads up for those of you that haven't encountered this yet. If you enable validation with the current Tomcat 7 code all sorts of false errors get reported. I'm working on fixing these. In the meantime, the work-around is disabling validation. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org