Bug 40569 - Invalid embed-url value is not detected when embedding font
Summary: Invalid embed-url value is not detected when embedding font
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: fonts (show other bugs)
Version: trunk
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-21 12:33 UTC by Bertrand Delacretaz
Modified: 2012-04-01 06:56 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Delacretaz 2006-09-21 12:33:38 UTC
FOP does not output any error if embed-url points to a non-existent file
Comment 1 Bertrand Delacretaz 2006-09-21 12:40:56 UTC
Fixed by detecting the problem in CustomFont.getEmbedFileSource().

Note that the IOException thrown is caught by PDFFactory.makeFontFile(), which
only logs it but does not stop PDF generation.
Comment 2 Glenn Adams 2012-04-01 06:56:14 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed