https://bz.apache.org/bugzilla/show_bug.cgi?id=64585
--- Comment #5 from Felix Schumacher <[email protected]> --- The regex seems to be really hard for oro (and for Javas regex parser, too. see https://stackoverflow.com/questions/7509905/java-lang-stackoverflowerror-while-using-a-regex-to-parse-big-strings) You could try to ease the burden a bit by handling the trivial cases first: ^\[((?:""|"[^"\\]*"|"(?:[^"\\]|\\.)*"),?)*\]$ That seems to work with your data. -- You are receiving this mail because: You are the assignee for the bug.
