You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Hendrik Haddorp <He...@gmx.net> on 2003/08/18 11:53:58 UTC

destroy not called if permanently unavailable exception is thrown

Hi,

I'm using Tomcat 4.1.27. When I throw an UnavailableException in my 
Servlet marked as permanently the destroy method of the servlet doesn't 
seem to be called. In fact in looks like permanently unavailability is 
treated as a temporally unavailability with the available time set to 
Long.MAX_VALUE. This looks similar to bug 3209 
(http://issues.apache.org/bugzilla/show_bug.cgi?id=3209).

regards,
Hendrik