https://bz.apache.org/bugzilla/show_bug.cgi?id=64097
Bug ID: 64097 Summary: Service loader implementation incomplete Product: Tomcat 9 Version: 9.0.x Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: EL Assignee: dev@tomcat.apache.org Reporter: ma...@apache.org Target Milestone: ----- The custom service loader implementation used by the EL API is incomplete. It does not skip comments causing it to use a comment line as a class name. This means it often fails to load a valid EL implementation present on the class path. I suspect the issues are not limited to comment handling but I haven't dug further. Switching to using ServiceLoader rather than a custom implementation looks to be the best solution. -- 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