Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 59530 invoked from network); 29 Aug 2009 13:39:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Aug 2009 13:39:17 -0000 Received: (qmail 52013 invoked by uid 500); 29 Aug 2009 13:39:16 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 51936 invoked by uid 500); 29 Aug 2009 13:39:15 -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 51925 invoked by uid 99); 29 Aug 2009 13:39:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 13:39:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 13:39:13 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id E7BEC234C1EB; Sat, 29 Aug 2009 06:38:51 -0700 (PDT) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 38797] 5.5.12 and 5.5.15 emit different code on X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 5 X-Bugzilla-Component: Jasper X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markt@apache.org X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090829133851.E7BEC234C1EB@brutus.apache.org> Date: Sat, 29 Aug 2009 06:38:51 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=38797 --- Comment #10 from Mark Thomas 2009-08-29 14:38:46 BST --- Thanks for the test case. A number of the files include headers that indicate that the source files are not to be distributed without "express written consent". Please confirm you have the necessary rights to distribute these files asap else the test case will have to be removed from bugzilla. The test case includes a TLD file in the META-INF directory. This is not the correct location for TLDs in a WAR file and will be ignored - see JSP.7.3.1 The analysis as to the cause of the regression is not quite right. It is not necessary to scan the node hierarchy. The problem is that the list of introduced variables was updates after, rather than before, the tag body was processed. This has been fixed in trunk and proposed for 5.5.x and 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org