DO NOT REPLY [Bug 51150] Re-implement DecimalFormatCache to prevent memory leak with Tomcat

2011-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51150 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com changed: What|Removed |Added Summary|Add

DO NOT REPLY [Bug 51150] Re-implement DecimalFormatCache to prevent memory leak with Tomcat

2011-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51150 --- Comment #4 from Ognjen Blagojevic ognjen.d.blagoje...@gmail.com 2011-07-26 16:34:24 UTC --- I just changed bug name to more proper one. The source of the problem is this: 1. DecimalFormat is not thread safe 2. FOP uses DecimalFormat

DO NOT REPLY [Bug 51150] Re-implement DecimalFormatCache to prevent memory leak with Tomcat

2011-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51150 --- Comment #5 from Jeremias Maerki jerem...@apache.org 2011-07-26 16:58:06 UTC --- I wonder if this bug is not a duplicate of https://issues.apache.org/bugzilla/show_bug.cgi?id=43940 I'd rather not use a cache and possibly add another

DO NOT REPLY [Bug 51150] Re-implement DecimalFormatCache to prevent memory leak with Tomcat

2011-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51150 --- Comment #6 from Ognjen Blagojevic ognjen.d.blagoje...@gmail.com 2011-07-26 17:16:34 UTC --- Ok, I will take a look if proposed pathces by Andreas and Julien for bug #43940 still work, and do they solve problems with Tomcat memory leak.