Bug report #836 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/836>

REPORT #836 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.2.1
   JVM Release: 1.3.0
   Operating System: Redhat Linux
   OS Release: 7.0
   Platform: Intel

Synopsis: 
destroy() not called after session-timeout?

Description:
public void init(ServletConfig config) throws ServletException {
    super.init(config);
    log("init";
}

public void destroy() {
    log("destroy");
    super.destroy();
}

// "init" appears in log, but not "destroy"

Title: BugRat Report # 836

BugRat Report # 836

Project: Tomcat Release: 3.2.1
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: critical
Confidence: public

Submitter: _Anonymous ( [EMAIL PROTECTED] )
Date Submitted: Jan 25 2001, 02:23:43 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
destroy() not called after session-timeout?
Environment: (jvm, os, osrel, platform)
1.3.0, Redhat Linux, 7.0, Intel

Additional Environment Description:
Tomcat 3.2.1 with mod_jk, Apache 1.3.12

Report Description:
public void init(ServletConfig config) throws ServletException { super.init(config); log("init"; } public void destroy() { log("destroy"); super.destroy(); } // "init" appears in log, but not "destroy"

How To Reproduce:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to