docx4j icon indicating copy to clipboard operation
docx4j copied to clipboard

Fix for Issue #183: MailMerge and totally unrelated nested fields

Open johannes-tenschert opened this issue 9 years ago • 2 comments

These changes for MailMerge ignore and preserve nested fields that may or may not contain MERGEFIELDs.

Nested fields in an imported docx can cause a stack overflow in FieldRef.java:304 (which logs the detection of nested fields...).

johannes-tenschert avatar Feb 22 '16 14:02 johannes-tenschert

Will the conflicts be resolved and this PR merged anytime soon? I just ran across this very issue with docx4j 8.3.4, and this PR looks like it will solve it.

bschalme avatar May 05 '22 23:05 bschalme

The stack overflow problem (because of recursive logging statement) is still present in 11.4.8

goeh avatar Sep 16 '22 13:09 goeh