https://bz.apache.org/bugzilla/show_bug.cgi?id=69659
--- Comment #9 from John Engebretson <jeng...@apache.org> --- Yep, we can easily detect it from Generator.java via something like: if (!"true".equals(ctxt.getOptions().getJspConfig().getErrorOnELNotFound()) { And I have a String-based implementation that operates conservatively (for example, skips expressions that contain "|" or "(") but hits all of my priority cases, and quite a few more. So, remaining questions: 1. We clearly want a config switch to turn it on/off - what default do we want? 2. Where do we put the switch? JSP init param like the non-standard tags? 3. Should I add comments to the generated code calling out that the EL was changed? -- 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