From dev-return-102171-apmail-tomcat-dev-archive=tomcat.apache.org@tomcat.apache.org Fri Jan 15 18:27:28 2010 Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 61003 invoked from network); 15 Jan 2010 18:27:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 18:27:28 -0000 Received: (qmail 67975 invoked by uid 500); 15 Jan 2010 18:27:27 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 67885 invoked by uid 500); 15 Jan 2010 18:27:27 -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 67874 invoked by uid 99); 15 Jan 2010 18:27:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 18:27:27 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.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, 15 Jan 2010 18:27:17 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3407.me.freeserve.com (SMTP Server) with ESMTP id 893581C000A1 for ; Fri, 15 Jan 2010 19:26:57 +0100 (CET) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3407.me.freeserve.com (SMTP Server) with ESMTP id 7BBAD1C000A5 for ; Fri, 15 Jan 2010 19:26:57 +0100 (CET) Received: from mail.homeinbox.net (unknown [91.109.181.232]) by mwinf3407.me.freeserve.com (SMTP Server) with ESMTP id 4F15E1C000A1 for ; Fri, 15 Jan 2010 19:26:57 +0100 (CET) X-ME-UUID: 20100115182657324.4F15E1C000A1@mwinf3407.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id B80DC32652 for ; Fri, 15 Jan 2010 18:28:00 +0000 (GMT) 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 MxuMHN7V64NY for ; Fri, 15 Jan 2010 18:27:57 +0000 (GMT) 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 741403263E for ; Fri, 15 Jan 2010 18:27:57 +0000 (GMT) Message-ID: <4B50B35C.6030004@apache.org> Date: Fri, 15 Jan 2010 18:26:36 +0000 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: JSP 2.2 & EL 2.2 implementation complete References: <4B4F9F1A.8090807@apache.org> <4B503679.3020406@gmail.com> <4B504264.1080504@gmail.com> <4B505248.3070706@apache.org> In-Reply-To: <4B505248.3070706@apache.org> X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 15/01/2010 11:32, Mark Thomas wrote: > On 15/01/2010 10:24, jean-frederic clere wrote: >> On 01/15/2010 10:33 AM, jean-frederic clere wrote: >>> According to my tests: >>> EL : 11 failures. (They looks similar I will have a closer look later). >> >> java/javax/el/ArrayELResolver.java setValue exceptions are missing (Look >> in http://java.sun.com/javaee/6/docs/api/javax/el/ArrayELResolver.html I >> don't say how it returns ClassCastException for example). >> >> java/org/apache/el/lang/ELSupport.java coerceTo* returns wrong exceptions >> >> signature test failed too. >> >> Other failures are harder to investigate. > > Thanks. I have the TCKs now so I'll take a closer look. JSP 2.2 TCK now passes with and without a security manager. Looking at the EL issues now... Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org