Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 70473 invoked from network); 23 Apr 2010 13:41:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 13:41:27 -0000 Received: (qmail 97683 invoked by uid 500); 23 Apr 2010 13:41:27 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 97543 invoked by uid 500); 23 Apr 2010 13:41:26 -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 97534 invoked by uid 99); 23 Apr 2010 13:41:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 13:41:26 +0000 X-ASF-Spam-Status: No, hits=0.1 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.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 13:41:19 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3502.me.freeserve.com (SMTP Server) with ESMTP id 986617000CD8 for ; Fri, 23 Apr 2010 15:40:57 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3502.me.freeserve.com (SMTP Server) with ESMTP id 8B5BD7000CF6 for ; Fri, 23 Apr 2010 15:40:57 +0200 (CEST) Received: from mail.homeinbox.net (unknown [91.109.146.231]) by mwinf3502.me.freeserve.com (SMTP Server) with ESMTP id 6C9427000CD8 for ; Fri, 23 Apr 2010 15:40:57 +0200 (CEST) X-ME-UUID: 20100423134057444.6C9427000CD8@mwinf3502.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id 88B69329B9 for ; Fri, 23 Apr 2010 14:41:21 +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 ClGzZrn34lep for ; Fri, 23 Apr 2010 14:41:18 +0100 (BST) Received: from [192.168.0.9] (study03.dev.local [192.168.0.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 57CE4329B7 for ; Fri, 23 Apr 2010 14:41:18 +0100 (BST) Message-ID: <4BD1A361.8010500@apache.org> Date: Fri, 23 Apr 2010 14:40:49 +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: r937288 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/ContextConfig.java startup/LocalStrings.properties References: <20100423133418.4612E23889B8@eris.apache.org> In-Reply-To: <20100423133418.4612E23889B8@eris.apache.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 23/04/2010 14:34, markt@apache.org wrote: > Author: markt > Date: Fri Apr 23 13:34:17 2010 > New Revision: 937288 > > URL: http://svn.apache.org/viewvc?rev=937288&view=rev > Log: > Servlet 3. Implement ServletContainerInitializer support With this, I believe the Servlet 3 implementation is complete. Of course, I thought that before RC1 so... My plans for the next few days are: - run the TCKs - close as many TC7 bugs as I can - produce an RC2 early next week Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org