You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/07/23 17:55:38 UTC

[jira] [Resolved] (PDFBOX-2236) Useless dependency in specific usage

     [ https://issues.apache.org/jira/browse/PDFBOX-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr resolved PDFBOX-2236.
-------------------------------------

    Resolution: Fixed
      Assignee: Tilman Hausherr

Thanks, done in rev 1612855 for the 1.8 branch. You'll find a snapshot soon here:
https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox/1.8.7-SNAPSHOT/
Please comment and/or reopen if it doesn't work properly.

> Useless dependency in specific usage
> ------------------------------------
>
>                 Key: PDFBOX-2236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2236
>             Project: PDFBox
>          Issue Type: Wish
>          Components: Signing
>    Affects Versions: 1.8.6
>            Reporter: Cyril Bremaud
>            Assignee: Tilman Hausherr
>            Priority: Trivial
>              Labels: easyfix
>             Fix For: 1.8.7
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In class org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible.PDVisibleSignDesigner line 324 you use Arrays.clone() method from BouncyCastle.
> This creates a dependency on BouncyCastle if we try to add a visual signature (computed by third party solution) to a pdf document.
> For this specific usage this dependency seems useless and  could be avoided using the copy method of the class java.util.Arrays.
> Could you fix this issue in a future version ?



--
This message was sent by Atlassian JIRA
(v6.2#6252)