mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
4abbc75f22
We already use our own extensive sanitization pipeline, and it turns out tagfilter is extremely slow on large oneline input (such as big tables). Rendering a large table inside a work package (2k rows, 20k cells) caused tagfilter to run for over 2 minutes. Added a separate spec to test all tags the tagfilter filters for to avoid its runaway execution time.