-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 2.5.5
-
Component/s: None
-
Environment:
Confluence using the Tiny MCE Editor Plugin version 2.2
The TinyMce rich text editor plugin bundled with Confluence has a Memory leak. The TinyMceConfiguration object we use as a key in our javascript cache has a broken hashcode method that allows duplicate configurations to be added. This causes a Memory leak of approximately 300k per edit request on average.
This can eventually lead to an OutOfMemoryError.
It was introduced with the fix for CONF-6987 in Confluence 2.5.5