On 03/10/2011 13:58, Nestor Urquiza wrote:
> Hello,
> 
> I was having this issue
> http://stackoverflow.com/questions/3879794/spring-3-petclinic-owner-new-invalid-expression-in-tomcat-7/7640435#7640435
> 
> So I decided to try a couple of quick fixes and I solved it replacing the
> jasper-el.jar. I have blogged about the issue in
> http://thinkinginsoftware.blogspot.com/2011/10/tomcat-7-jstl-failed-to-parse.html
> 
> Not sure if this is the list to post this issue. Hopefully it will help
> others.

This is an application bug, not a Tomcat bug. Tomcat 7 just enforces the
requirements of the EL spec more strictly than Tomcat 6 did.

You can disable this additional check using:
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=false

although the right solution is to fix the broken application.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to