I think there is some problems in tomcat3.3m1 :

1/ the destroy() method of servlets isn't call on shutdown
-> state problem between Context.removeServletByName()
and ServletHandler.destroy()

2/ if a servlet handler falls in STATE_DISABLED,
the underlying servlet can't be reloaded and reinitialized
-> servlet 2.2 specs violation (see 3.3.2.1 and 3.3.3.2)

3/ in the Handler class, a comment says that there is
a transition from STATE_DISABLED to STATE_ADDED via
destroy() method
->  servlet 2.2 specs violation (see 3.3.2.1)

What do you think ?

Thibault FREY

--------------
Jusqu'à 60 heures gratuites
pour toute souscription à l'un des
nouveaux Forfaits Liberty Surf
http://register.libertysurf.fr/subscribe_fr/signup.php3



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to