> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com]
> Subject: Memory Leak(?) causing tomcat to store 57610801
> tomcat objects in ONE request
>
> HOW can it actually happen that a response object
> contains 8.000.000 mime headers?

Must be a very productive servlet...

Sounds like you've got a rather ugly (and probably infinite) loop in your 
webapp.  Might want to put a trap in org.apache.tomcat.util.http.MimeHeaders to 
catch generation of an excessive number of header fields.

There's an interesting comment in there:

/* XXX XXX XXX Need a major rewrite  !!!!
 */

 - 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

Reply via email to