]> source.dussan.org Git - xmlgraphics-fop.git/commit
FOP-2875: add support for non-ascii characters in pdf file attachment names, fix...
authorMatthias Reischenbacher <matthias@apache.org>
Sat, 27 Jul 2019 13:23:59 +0000 (13:23 +0000)
committerMatthias Reischenbacher <matthias@apache.org>
Sat, 27 Jul 2019 13:23:59 +0000 (13:23 +0000)
commit3ad9b01d08803d6076f7fe0d1d72d6f59f79e6ea
tree4c3d72522e98b0ee7ef6b0287ebd84f65971332c
parent7c3a62ee56aa954a6c9c42f5da93e33763848d88
FOP-2875: add support for non-ascii characters in pdf file attachment names, fix name collisions of attachments

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1863870 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
fop-core/src/main/java/org/apache/fop/pdf/PDFAction.java
fop-core/src/main/java/org/apache/fop/pdf/PDFFactory.java
fop-core/src/main/java/org/apache/fop/pdf/PDFFileSpec.java
fop-core/src/main/java/org/apache/fop/pdf/PDFRoot.java
fop-core/src/main/java/org/apache/fop/render/pdf/PDFRenderingUtil.java
fop-core/src/main/java/org/apache/fop/render/pdf/extensions/PDFEmbeddedFileAttachment.java
fop-core/src/test/java/org/apache/fop/pdf/PDFAttachmentTestCase.java
fop-core/src/test/java/org/apache/fop/pdf/PDFFactoryTestCase.java
fop-core/src/test/java/org/apache/fop/pdf/PDFFileSpecTestCase.java [new file with mode: 0644]
fop-core/src/test/java/org/apache/fop/pdf/PDFLibraryTestSuite.java
fop-core/src/test/java/org/apache/fop/pdf/PDFLinkTestCase.java
fop-core/src/test/java/org/apache/fop/pdf/PDFRootTestCase.java [new file with mode: 0644]
fop-core/src/test/java/org/apache/fop/render/pdf/extensions/PDFEmbeddedFileAttachmentTest.java [new file with mode: 0644]