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

http://issues.apache.org/bugzilla/show_bug.cgi?id=36162


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major
            Summary|Possible Memory Leak with   |Memory Leak with
                   |LinkRewriterTransformer     |XMLFileModule




------- Additional Comments From [EMAIL PROTECTED]  2005-08-14 12:37 -------
Just to sum up:

XMLFileModule holds its own caches for storing already processed documents ad
expressions. Unfortunately the cache for the documents (a standard HashMap)
grows and grows while the caches for the expressions use weak references.
So the XMLFileModule should either use the official store for all its caches or
at least not use a cache object that grows endlessly.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to