You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Johannes Koch (JIRA)" <ji...@apache.org> on 2010/01/13 16:07:54 UTC

[jira] Created: (PDFBOX-596) PDActionURI: invalid getBase()

PDActionURI: invalid getBase()
------------------------------

                 Key: PDFBOX-596
                 URL: https://issues.apache.org/jira/browse/PDFBOX-596
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel
            Reporter: Johannes Koch
            Priority: Minor


PDActionURI has a getBase() method which does not belong here. Instead it must go to a URI dictionary. Additionally the PDDocumentCatalog's getURI method currently returns PDActionURI instead of an object wrapping an URI dictionary. I'll provide a patch later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PDFBOX-596) PDActionURI: invalid getBase()

Posted by "Johannes Koch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Koch updated PDFBOX-596:
---------------------------------

    Attachment: PDFBOX-596_patch_00.txt

PDFBOX-596_patch_00.txt introduces a PDURIDictionary, uses PDURIDictionary as return type for PDDocumentCatalog.getURI() and deprecates PDActionURI.getBase() and setBase() methods.

> PDActionURI: invalid getBase()
> ------------------------------
>
>                 Key: PDFBOX-596
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-596
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>            Reporter: Johannes Koch
>            Priority: Minor
>         Attachments: PDFBOX-596_patch_00.txt
>
>
> PDActionURI has a getBase() method which does not belong here. Instead it must go to a URI dictionary. Additionally the PDDocumentCatalog's getURI method currently returns PDActionURI instead of an object wrapping an URI dictionary. I'll provide a patch later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.