DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13502>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13502

Memory leak on session

           Summary: Memory leak on session
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a application which have a special command which connect to the web  
application by http (open an xsp file). This http request uses an  
authentication and put somes values in session (login, password, ...).  
  
With a profiler, I can see that each time I execute this command, these values  
are added in a hashMap in [...].catalina.session.StandardSession.setAttribute  
(variable 'attributes').  
  
This HashMap does'nt seems cleared.  
  
I saw this bug on tomcat-4.0.1 and 4.0.6.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to