https://bz.apache.org/bugzilla/show_bug.cgi?id=69377
--- Comment #2 from Remy Maucherat <r...@apache.org> --- This is certainly a feature from a long time ago (Tomcat 5). At the time Kin-man did it because JSTL was very very slow. Obviously tags remain an order of magnitude slower than hand crafted code. Anyway, Jasper's TagPluginManager will try to lookup the classloader resources "META-INF/org.apache.jasper/tagPlugins.xml" using CL.getResources (so a "mytagplugins.jar" could include its necessary configuration), then also "/WEB-INF/tagPlugins.xml" from the webapp directory. This is basically a bundled ready to use tag plugin example: https://github.com/apache/tomcat/tree/main/java/org/apache/jasper/tagplugins/jstl Contributions welcome. -- 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