Hello,

Recently, java.util.regex in the Regex filter (RegexStringComparator) had
been running forever.
It is said that java.util.regex can run forever or stack overflow in the
worst case.

Looking at RegexStringComparator, I saw that two regex implementations
(java, joni) were provided.
I was wondering if anyone has experience in changing the regex engine
in RegexStringComparator to joni and operating it.

Best Regards,
Minwoo

Reply via email to