https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
--- Comment #5 from Sheldon Shao <xs...@ebay.com> --- Yes. Maybe it needs separated tagPlugins.xml for every tld file. So the solution can be like this, 1. Check all resources in classpath with name "META-INF/jasper/tagPlugins.xml" 2. Parse them one by one and put all the tagPlugins into tagPluginManager. 3. Load tagPlugins configurations from "WEB-INF/tagPlugins.xml" if it existed. With this new solution. TagPlugin declared in "META-INF/jasper/tagPlugins.xml" can be override by WebApp. Tag library provider can also provide its own tagPlugins configurations for tag library. What's your opinion ? (In reply to comment #4) > (In reply to comment #3) -- 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