Bug 56124 - A simple expression like "${active eq 1 and newItem ne 'true'}" is throwing an "javax.el.ELException: Failed to parse the expression [${activeeq1andnewItemne'true'}]" error
Summary: A simple expression like "${active eq 1 and newItem ne 'true'}" is throwing a...
Status: RESOLVED DUPLICATE of bug 56029
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 7.0.50
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 08:52 UTC by Santosh
Modified: 2014-02-10 09:09 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Santosh 2014-02-10 08:52:48 UTC
A simple expression like "${active eq 1 and newItem ne 'true'}" is throwing an "javax.el.ELException: Failed to parse the expression [${activeeq1andnewItemne'true'}]" error.

This use to work until version 7.0.47. When I replace the ne with a !=, it seems to work fine again.

I don't see the underlying libraries jasper.jar and jasper-el.jar have changed between these two versions, and hence don't expect this to be a intentional behavior. Please confirm whether or not this is a bug.
Comment 1 Mark Thomas 2014-02-10 09:09:24 UTC

*** This bug has been marked as a duplicate of bug 56029 ***