You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/28 05:48:40 UTC

BugRat Report #175 has been filed.

Bug report #175 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/175>

REPORT #175 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: Tomcat 3.2 B4
   JVM Release: Sun JDK 1.3
   Operating System: Windows 2000 Pro
   OS Release: Service Pack 1
   Platform: Intel

Synopsis: 
valueUnbound not getting called on server shutdown

Description:
If you create an object that implements the HttpSessionBindingListener interface, code the valueUnbound method, stick the object into the session, then shutdown the server, you will notice that the object's valueUnbound method never gets called.  This can cause problems if you rely on that method to clean up resources, etc.