You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/08/31 14:53:00 UTC

[jira] [Commented] (PDFBOX-4307) ClassCastException in PDDocumentCatalog.getDocumentOutline if 'outlines' is not a dictionary

    [ https://issues.apache.org/jira/browse/PDFBOX-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598799#comment-16598799 ] 

ASF subversion and git services commented on PDFBOX-4307:
---------------------------------------------------------

Commit 1839761 from tboehme@apache.org in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1839761 ]

PDFBOX-4307: check object type before casting to COSDictionary in PDDocumentCatalog.getDocumentOutline

> ClassCastException in PDDocumentCatalog.getDocumentOutline if 'outlines' is not a dictionary
> --------------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-4307
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4307
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 2.0.11, 3.0.0 PDFBox
>            Reporter: Timo Boehme
>            Assignee: Timo Boehme
>            Priority: Minor
>
> In PDDocumentOutline.getDocumentOutline() the 'outline' is read as dictionary object and directly cast to COSDictionary. Normally this is ok as it should be a dictionary. However in a bad PDF as I have it in my collection (unfortunately I'm not allowed to disclose it) the object is an array (COSArray) which leads to the ClassCastException.
> Since the outline is an optional information the best we can do here is to ignore the 'outline' data if its not a COSDIctionary and return 'null'.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org