[
https://issues.apache.org/jira/browse/PDFBOX-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Lehmkühler resolved PDFBOX-2412.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.8.8
Assignee: Andreas Lehmkühler
Assumed field values were added without check and produced a
ClassCastException. Furthermore field values were added twice.
I've fixed both in the trunk and the 1.8-branch.
> Loading XFDF document fails with ClassCastException
> ---------------------------------------------------
>
> Key: PDFBOX-2412
> URL: https://issues.apache.org/jira/browse/PDFBOX-2412
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Affects Versions: 1.8.7, 2.0.0
> Environment: MacOS X 10.9.5, Java 1.7.0_65
> Reporter: Thomas Krammer
> Assignee: Andreas Lehmkühler
> Labels: FDF
> Fix For: 1.8.8, 2.0.0
>
>
> When loading the the this XFDF Document
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
> <fields>
> <field name="Z2S1"><value>Erblasser</value></field>
> </fields>
> </xfdf>
> {code}
> using {{FDFDocument.loadXFDF(new File("ttt.xfdf"));}}
> I get the following exception:
> {code}
> java.lang.ClassCastException:
> com.sun.org.apache.xerces.internal.dom.DeferredTextImpl cannot be cast to
> org.w3c.dom.Element
> at
> org.apache.pdfbox.pdmodel.fdf.FDFDictionary.<init>(FDFDictionary.java:105)
> at org.apache.pdfbox.pdmodel.fdf.FDFCatalog.<init>(FDFCatalog.java:68)
> at
> org.apache.pdfbox.pdmodel.fdf.FDFDocument.<init>(FDFDocument.java:101)
> at
> org.apache.pdfbox.pdmodel.fdf.FDFDocument.loadXFDF(FDFDocument.java:251)
> at
> org.apache.pdfbox.pdmodel.fdf.FDFDocument.loadXFDF(FDFDocument.java:236)
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)