[
https://issues.apache.org/jira/browse/PDFBOX-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071880#comment-14071880
]
Tilman Hausherr edited comment on PDFBOX-2236 at 7/23/14 4:37 PM:
------------------------------------------------------------------
Thanks, done in rev 1612855 and 1612868 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.
was (Author: tilman):
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)