> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com] > Subject: Re: Memory Leak(?) causing tomcat to store 57610801 > tomcat objects in ONE request > > The other explanation would be a direct infinite loop in > the application, but that should also be visible in the > thread dump and its not.
Not necessarily; there might be a retry loop or something else more subtle inside the webapp. Since you know where the headers get remembered: org.apache.tomcat.util.http.MimeHeaders#createHeader you could put some debug code in there to display the current call stack. Don't think you'll be able to get to the Request object from there, but at least you'll know who's making the calls and you can add more debug code there. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org