[BUG] servlet life cycle

2001-03-02 Thread [EMAIL PROTECTED]

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]




Re: [BUG] servlet life cycle

2001-03-02 Thread Dan Milstein

Thanks for these bug reports -- if you enter them into the Bug tracking tool
(Bugzilla), there's a MUCH better chance that they'll get tracked/dealt
with.

The link is:

http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%203

-Dan

"[EMAIL PROTECTED]" wrote:
 
 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]

-- 

Dan Milstein // [EMAIL PROTECTED]

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