[
https://issues.apache.org/jira/browse/PDFBOX-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Sazonov updated PDFBOX-1281:
---------------------------------
Attachment: parse_only_fields_which_are_direct_children.patch
Patch to make FDFDictionary parse fields tag correctly
> FDFDictionary parses fields in XFDF incorrectly
> -----------------------------------------------
>
> Key: PDFBOX-1281
> URL: https://issues.apache.org/jira/browse/PDFBOX-1281
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 1.6.0, 1.7.0
> Reporter: Ilya Sazonov
> Attachments: parse_only_fields_which_are_direct_children.patch
>
>
> FDFDictionary finds "fields" tag and then parses all of it's descendants
> which tag name is "field". But that is wrong, because only direct children of
> "fields" tag should be handled by FDFDictionary. All the other fields are
> handled recursively by FDFField constructor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira