Would it be a good idea for Tomcat to print out a warning about this deprecation?
QM wrote:
On Sun, Feb 22, 2004 at 12:57:26PM -0800, Josh Rehman wrote:
: I changed this directive to "false" and looked at the generated servlet. : I was expecting to see that it implements "SingleThreadModel" but there : was no change to the generated servlet code. Have I missed something?
Tomcat5 is a servlet spec 2.4 / JSP spec 2.0 container. Those specs deprecate SingleThreadModel and isThreadSafe, respectively.
-QM
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
