https://issues.apache.org/bugzilla/show_bug.cgi?id=43819
--- Comment #17 from Mark Thomas <ma...@apache.org> 2009-12-31 09:55:14 GMT --- (In reply to comment #16) > I think package org.apache.jasper.compiler needs some changes too, though this > might not be in the scope of this bug. Correct. This discussion should be continued on the dev list. > The ELParser class seems to parse > expressions using its own internal parsing mechanism As far as I recall (and it is a while since I looked at the EL code) that parser just parses something - eg an attribute value - into bits that are an expression and bits that are not. It doesn't parse the actual expressions. > and doesn't support syntax for method invocations which is part of EE6. Nothing does yet. That is still on the Tomcat 7 todo list. Oddly enough I am working on it at the moment. First step will be to update the jtt file. > To eliminate redundancy, the code should probably be refactored to use an > expression factory instead. I'm not sure that refactoring is needed. Mark -- 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org