https://bz.apache.org/bugzilla/show_bug.cgi?id=65124
--- Comment #4 from Mark Thomas <[email protected]> --- Scratch that. The first example I looked at didn't have any pooling code but another one did. I see the issue. Regarding point 3, those parameters are required in some circumstances. I'm currently looking to see if the JSP code generation has enough information to be more selective about when they are declared. Generally, using Tomcat's proprietary tag plugin system is the best way to optimise tag code generation. There isn't much documentation available. All it does is point to the JSTL example proided with Tomcat: https://github.com/apache/tomcat/tree/master/java/org/apache/jasper/tagplugins/jstl -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
