Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 48625 invoked from network); 18 Aug 2008 01:49:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 01:49:56 -0000 Received: (qmail 69690 invoked by uid 500); 18 Aug 2008 01:49:54 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 69671 invoked by uid 500); 18 Aug 2008 01:49:54 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 69660 invoked by uid 99); 18 Aug 2008 01:49:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Aug 2008 18:49:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 01:48:58 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DF94614A8043 for ; Sun, 17 Aug 2008 20:49:26 -0500 (CDT) Message-ID: <30994744.1219024166869.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Sun, 17 Aug 2008 20:49:26 -0500 (CDT) From: "Maria Odea Ching (JIRA)" To: issues@continuum.apache.org Subject: [jira] Assigned: (CONTINUUM-1844) EL Expression failed with empty/not functions In-Reply-To: <12598834.1218737366810.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching reassigned CONTINUUM-1844: ------------------------------------------- Assignee: Maria Odea Ching > EL Expression failed with empty/not functions > --------------------------------------------- > > Key: CONTINUUM-1844 > URL: http://jira.codehaus.org/browse/CONTINUUM-1844 > Project: Continuum > Issue Type: Bug > Components: Web - Configuration > Affects Versions: 1.1 > Environment: Windows XP SP3 FR > java (JDK) "1.6.0_07" > apache tomcat "6.0.18" > activation-1.1.jar > mail-1.4.jar > Reporter: Fabrice Daugan > Assignee: Maria Odea Ching > Priority: Critical > Fix For: 1.2 > > Attachments: CONTINUUM-1844.patch > > > This bug is duplicate-like bug withe the one i've post to Archiva's JIRA : http://jira.codehaus.org/browse/MRM-905 > After installing as Wiki said, as a tomcat WAR, i get parsing error in some JSP/TAG code in the header only. > Nevertheless, some other data may not appear.... i've not checked it. > Some examples : > org.apache.jasper.JasperException: /WEB-INF/jsp/components/companyLogo.jsp(22,0) "${!empty(organisationLogo)}" contient d'incorrecte(s) expression(s): javax.el.ELException: Function ':empty' not found > The workaround is very simple : > replace EL expressions containing "empty(" with "empty (", and "not(" with "not (" as EL expression requires. > Everything works fine an identical configuration but a 6.0.14 tomcat version. > As said in the Archiva's defect, this error is due to 6.0.18 tomcat's update as Hans Wurst highlights. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira