https://bz.apache.org/bugzilla/show_bug.cgi?id=64778
--- Comment #3 from Mark Thomas <ma...@apache.org> --- After looking at the Open Liberty documentation and source code I fell like I am missing a large chunk of context. The docs only refer to Java EE 7 and Java EE 8. A search via GitHub only found one place where coerceToNumber(Object,Class) was called in the current code base. I don't understand why a JSP implementation would be calling directly into an EL implementation rather than using the EL API. I looks like you have a copy/fork of Tomcat's EL implementation so dos that mean adding the methods you need to your local copy/fork is an alternative option? I guess the bit I am really missing is an understanding of the dependency chain of each currently supported Open Liberty version to Tomcat's EL implementation and the nature of each of those dependencies. -- 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