dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

Concurrency bug : Wrong WebResources linked to an HtmlTable #239

Closed averet closed 10 years ago

averet commented 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.

tduchateau commented 10 years ago

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.