Hello all.
I think I'm facing a problem in the mina http codec filter, I've been using it in previous applications that only deal with the request body without issues (SOAP web-services and the like), but in this application I have requests with cookies and query strings and I think this is the cause of the problem. One of the lists in the HttpRequestDecodingState seems to keep references to request headers... or at least that is what it seems to me.
Dump file (55MB): <http://netservices.sapo.pt/debug/java_pid15718.hprof.gz> Screenshot of the HeapAnalyser: <http://netservices.sapo.pt/debug/mina_http_leak.png> I'm not sure what the proper fix is. -- Luis Neves
