Hi, I'm using the DateTime lib with ATG/Dynamo (JSP 1.1), and there seems to be issues surrounding tag reuse. Unlike old versions of Tomcat (, Dynamo maintains a tag pool, and tags reused for the lifespan of VM. Poking around javadocs, CVS, and Bugzilla, it was evident the release() method wasn't implemented.
Isn't the release() method supposed to be implemented on every tag for JSP 1.1? I was about to file a bug, but found: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2616, which seemed to suggest otherwise... What's the official word? Thanks, Nino
