Hi,
A while ago [EMAIL PROTECTED] posted an obvious bug when recycling sessions. But this was 
for Tomcat 4.1.x and the bug is still in Tomcat 4.0.x. Here is the patch against 4.0.4:
*** StandardSession.java.orig   Sun Jun 23 00:06:43 2002
--- StandardSession.java        Sun Jun 23 00:07:16 2002
***************
*** 721,725 ****
          id = null;
          lastAccessedTime = 0L;
-         manager = null;
          maxInactiveInterval = -1;
          notes.clear();
--- 721,724 ----
***************
*** 732,735 ****
--- 731,736 ----
              ((ManagerBase) manager).recycle(this);
  
+         manager = null;
+ 
      }
  
Since 4.1.x is not even beta yet, isn't it wise to backport all the bug fixes to the 
4.0.x branch ?

Thanks

Renato.



---------------------------------
Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup

Reply via email to