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
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