Closed averet closed 10 years ago
Hello,
During load testing, i found that the TableFinalizerElProcessor adds a script tag for another HtmlTable when concurrent access happens.
The TableFinalizerElProcessor is a singleton and contains a reference to the HtmlTable as a class variable. Line 61 : private HtmlTable htmlTable;
Please avoid this.
Hi,
Thanks for the heads-up Antoine! I'll take this opportunity to perform an overall check, 'cause I'm afraid it will happen again elsewhere :-/
Thanks again!
Thibault.
Hello,
During load testing, i found that the TableFinalizerElProcessor adds a script tag for another HtmlTable when concurrent access happens.
The TableFinalizerElProcessor is a singleton and contains a reference to the HtmlTable as a class variable. Line 61 : private HtmlTable htmlTable;
Please avoid this.