You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "simon steiner (JIRA)" <ji...@apache.org> on 2017/11/15 16:28:00 UTC

[jira] [Commented] (FOP-2601) [PATCH] Cannot resolve fonts from custom URI schemes

    [ https://issues.apache.org/jira/browse/FOP-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253738#comment-16253738 ] 

simon steiner commented on FOP-2601:
------------------------------------

Dup of FOP-2480

> [PATCH] Cannot resolve fonts from custom URI schemes
> ----------------------------------------------------
>
>                 Key: FOP-2601
>                 URL: https://issues.apache.org/jira/browse/FOP-2601
>             Project: FOP
>          Issue Type: Bug
>    Affects Versions: 2.1, 2.2
>            Reporter: adam Retter
>         Attachments: updated_fop-last-modified-resolution.patch, updated_xmlgraphics-commons-last-modified-resolution.patch
>
>
> I attach two patches (one for xmlgraphics-commons and one for fop) that allow fonts to be resolved from custom URI schemes. Previously this only worked if you disabled font caching, because the font cache tries to get the last modified date using java.io.File, which will fail for fonts that are resolved from locations other than the filesystem. The fix is relatively trivial, basically the UriResolver needs to also be able to resolve the last modified date of the resource or return -1 if it is not possible.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)